-
Notifications
You must be signed in to change notification settings - Fork 141
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
Integrate QRAO into Qiskit Optimization #487
Conversation
Co-authored-by: Jim Garrison <[email protected]> Co-authored-by: Bryce Fuller <[email protected]> Co-authored-by: Jennifer Glick <[email protected]> Co-authored-by: Caleb Johnson <[email protected]> Co-authored-by: Takashi Imamichi <[email protected]> Co-authored-by: Toshinari Itoko <[email protected]> Co-authored-by: Areeq Hasan <[email protected]>
qiskit_optimization/algorithms/qrao/prototype-qrao.code-workspace
Outdated
Show resolved
Hide resolved
Could you merge main and apply black? Since black may change the code drastically, I would like to add comments after black. |
Yes, I applied pylint, mypy, and black to clean up the code. (I also merged main) |
Co-authored-by: Steve Wood <[email protected]>
Co-authored-by: Steve Wood <[email protected]>
Co-authored-by: Steve Wood <[email protected]>
Co-authored-by: Steve Wood <[email protected]>
Co-authored-by: Steve Wood <[email protected]>
Co-authored-by: Steve Wood <[email protected]>
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.
To me it all looks good now. Thx for all the fixups and changes.
Thank you for reviewing always! @woodsp-ibm |
I have a comment. We removed 12_qaoa_runtime.ipynb at #542. So, you can use the number 12 for QRAO tutorial. |
Got it. @t-imamichi |
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.
LGTM
Summary
This pull request is for integrating qrao-prototype into Qiskit Optimization.
close #473
Details and comments
The following figure is for the existing implementation of QRAO.
The following is a workflow diagram of the new
QuantumRandomAccessOptimizer
class.Co-authored-by: Jim Garrison [email protected]
Co-authored-by: Bryce Fuller [email protected]
Co-authored-by: Jennifer Glick [email protected]
Co-authored-by: Caleb Johnson [email protected]
Co-authored-by: Takashi Imamichi [email protected]
Co-authored-by: Toshinari Itoko [email protected]
Co-authored-by: Areeq Hasan [email protected]
Co-authored-by: Steve Wood [email protected]