-
Notifications
You must be signed in to change notification settings - Fork 162
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
Bump to qiskit 1.1 #1700
Bump to qiskit 1.1 #1700
Conversation
In order to fully close #1690, we'll need to do things like stop using make_data_bin and _FIELDS. We could also descope that issue, open a new one, and make those changes in a different PR. |
Thank you for pointing out them, Ian. I should have made a PR carefully. I will take a look at those items and identify whether I can include them in this PR or I need a separate PR. |
Pull Request Test Coverage Report for Build 9192822147Details
💛 - Coveralls |
Let me know if I can help with some of the work that needs to be split out into a separate PR |
I think it will be cleanest if we have 1) this PR, 2) a PR for DataBin access (_FIELDS -> keys() etc), 3) stop using make_data_bin (possible encoder changes). |
Thank you for reorganizing issues. I updated the description to align them. I think this PR should focus on #1702. |
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.
These changes look correct to me, thank you.
Summary
Bump to Qiskit 1.1 and replace Backend Primitives V2 with those of Qiskit 1.1
TODO: We need to take a benchmark using the local mode just in case
Details and comments
Fixes #1631
Fixes #1690
Fixes #1702
Closes #1678