Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make VQE stateless #6380

Closed
Cryoris opened this issue May 10, 2021 · 0 comments · Fixed by #6418
Closed

Make VQE stateless #6380

Cryoris opened this issue May 10, 2021 · 0 comments · Fixed by #6418
Assignees
Labels
mod: algorithms Related to the Algorithms module

Comments

@Cryoris
Copy link
Contributor

Cryoris commented May 10, 2021

Summary

Make the VQE algorithm stateless.

What is the expected enhancement

All our algorithms are stateless, i.e. they don't store/depend on previous executions. The VQE still has methods that allow access to the last solved system, which should be strictly left to the results object. Furthermore the computation depends on an internal state being set, which should be changed to a procedural, stateless workflow.

@Cryoris Cryoris self-assigned this May 10, 2021
@Cryoris Cryoris added the mod: algorithms Related to the Algorithms module label May 10, 2021
This was referenced May 10, 2021
@mergify mergify bot closed this as completed in #6418 Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mod: algorithms Related to the Algorithms module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant