-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add interfaces for a general Quantum Time Evolution Framework #7858
Conversation
…interfaces. (Qiskit#7669)" (Qiskit#7845)" This reverts commit 1b6c1b3. Co-authored-by: dlasecki <[email protected]>
Pull Request Test Coverage Report for Build 2109613951
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before we approve and merge this I had a question inline. I know this is a straight revert of a revert and should be just mechanical, but I missed the initial PR, and part of what caught my eye when going over the release in #7828 was some of the class hierarchy which was confusing to me.
Co-authored-by: Steve Wood <[email protected]>
…#7858) * Revert "Revert "Implemented general Quantum Time Evolution Framework interfaces. (Qiskit#7669)" (Qiskit#7845)" This reverts commit 12ab98d. Co-authored-by: dlasecki <[email protected]> * remove Evolver base class * Don't import list or dict from MES Co-authored-by: Steve Wood <[email protected]> * fix import order Co-authored-by: dlasecki <[email protected]> Co-authored-by: Steve Wood <[email protected]>
…/qiskit#7858) * Revert "Revert "Implemented general Quantum Time Evolution Framework interfaces. (Qiskit/qiskit#7669)" (Qiskit/qiskit#7845)" This reverts commit 2a7ffe9. Co-authored-by: dlasecki <[email protected]> * remove Evolver base class * Don't import list or dict from MES Co-authored-by: Steve Wood <[email protected]> * fix import order Co-authored-by: dlasecki <[email protected]> Co-authored-by: Steve Wood <[email protected]>
Summary
This reverts commit 1b6c1b3.
Details and comments
We removed the time evolution interface from the 0.20 release since there were no algorithms that implemented them and didn't want to expose users to these classes without being able to use them. Now that the release is out, we can add them back in.