-
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
Integrate QRAO into Qiskit Optimization #487
Conversation
Co-authored-by: Jim Garrison <garrison@ibm.com> Co-authored-by: Bryce Fuller <Bryce.Fuller@ibm.com> Co-authored-by: Jennifer Glick <Jennifer.R.Glick@ibm.com> Co-authored-by: Caleb Johnson <calebj1524@outlook.com> Co-authored-by: Takashi Imamichi <31178928+t-imamichi@users.noreply.github.com> Co-authored-by: Toshinari Itoko <itoko@jp.ibm.com> Co-authored-by: Areeq Hasan <areeq.i.hasan@gmail.com>
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 <40241007+woodsp-ibm@users.noreply.github.com>
Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com>
Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com>
Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com>
Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com>
Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com>
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 garrison@ibm.com
Co-authored-by: Bryce Fuller Bryce.Fuller@ibm.com
Co-authored-by: Jennifer Glick Jennifer.R.Glick@ibm.com
Co-authored-by: Caleb Johnson calebj1524@outlook.com
Co-authored-by: Takashi Imamichi 31178928+t-imamichi@users.noreply.github.com
Co-authored-by: Toshinari Itoko itoko@jp.ibm.com
Co-authored-by: Areeq Hasan areeq.i.hasan@gmail.com
Co-authored-by: Steve Wood 40241007+woodsp-ibm@users.noreply.github.com