-
Notifications
You must be signed in to change notification settings - Fork 375
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
Updated documents and tutorials which supports Qiskit 1.0 and Primitives V2 #2160
Conversation
Hey, @doichanj |
@@ -22,7 +22,7 @@ | |||
extras_requirements = {"dask": ["dask", "distributed"]} | |||
|
|||
requirements = [ | |||
"qiskit>=0.45.2", | |||
"qiskit>=1.1.0", |
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.
Is this needed for documentation?
If so, we have to discuss we can upgrade qiskit or not before merging.
(We are planning to upgrade in Aer 0.15 release but I think it is too early to upgrade to qiskit 1.1)
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.
This is Suggested by @kevinsung that's why I just updated.
Anyway I don't think there should be any problem, I have made all the tutorials compatible to qiskit 1.1
If you want I can revert that also.
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.
Perhaps I misunderstood the issue. I thought that the code updates in the tutorials would require Qiskit 1.0.
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.
I confirm that we can merge setup.py with Qiskit 1.1 requirement
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.
thank you for updating tutorials
Summary
This PR Updates the documentation and tutorials according to new version of Qiskit and Primitives V2
fixes #2114 #2163
Details and comments
More Details can be found in the above linked issue