You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: