-
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
Open
TolisChal
wants to merge
38
commits into
qiskit-community:main
Choose a base branch
from
TolisChal:Fix_code_style
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We first put the dependencies into a separate folder and plan to integrate the code more tightly in a later commit.
…m_eigen_optimizer
TolisChal
requested review from
stefan-woerner,
woodsp-ibm and
t-imamichi
as code owners
August 23, 2024 12:00
TolisChal
changed the title
QAOA compatibility with no dependencies from qiskit-algortithms
[Draft] QAOA compatibility with no dependencies from qiskit-algortithms
Aug 23, 2024
Thank you for making this draft. |
TolisChal
force-pushed
the
Fix_code_style
branch
from
August 27, 2024 10:45
6570373
to
583f111
Compare
TolisChal
changed the title
[Draft] QAOA compatibility with no dependencies from qiskit-algortithms
QAOA compatibility with no dependencies from qiskit-algortithms
Aug 27, 2024
I suggest |
Dniskk
reviewed
Sep 27, 2024
TolisChal
force-pushed
the
Fix_code_style
branch
from
October 23, 2024 13:30
6aa1f0b
to
2ecaaae
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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