-
Notifications
You must be signed in to change notification settings - Fork 60
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
Fix tutorials to work with Qiskit 1.0 #156
Conversation
Seems the notebook that shows VQE with Aer with a noise etc fails now that the magics are fixed
Will fix/update this |
I see I need to update the Grover notebook too as this fails since tools is gone
|
Pull Request Test Coverage Report for Build 7958120916Details
💛 - Coveralls |
I downloaded the Update: In looking more closely, the reason the figure is not there is because nothing actually runs since it depends on a library (tweedledum) that is not installed under 3.12 as requirements-dev limits this. |
This is good to go now. |
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.
Summary
Qiskit 1,0 removed the deprecated
qiskit.tools
which included some.jupyter
from which the magics that did the version and copyright were imported. This PR adds a local file in the tutorials folder that contains just these magics and changes the import to use this.Update: more needed fixing after this - see comments below.
Details and comments