-
Notifications
You must be signed in to change notification settings - Fork 140
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
QAOA compatibility with no dependencies from qiskit-algortithms #634
base: main
Are you sure you want to change the base?
Conversation
We first put the dependencies into a separate folder and plan to integrate the code more tightly in a later commit.
…m_eigen_optimizer
Thank you for making this draft. |
6570373
to
583f111
Compare
I suggest |
6aa1f0b
to
2ecaaae
Compare
Could you update |
Thanks for noticing it. I updated the readme accordingly. |
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.
Looks good to me
This PR migrates
qaoa.py
from qiskit-algorithms:i) It adds
qaoa.py
and its dependencies from qiskit-algorithmsii) It adds only the necessary for qaoa dependencies from qiskit-algorithms
iii) It migrates the source code from qiskit-algorithms following the paradigm of this PR: qiskit-community/qiskit-machine-learning#817