-
Notifications
You must be signed in to change notification settings - Fork 43
Updating Qiskit Serverless docs to support Qiskit 2.x #1737
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
Updating Qiskit Serverless docs to support Qiskit 2.x #1737
Conversation
|
I don't know why in this PR the integration tests don't advance 🤔 |
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.
Thanks for the PR! I am in the process of testing it. Most changes look good, so far I have some feedback regarding the aer simulator. In terms of the notebooks, I have noticed that the text needs to be updated in several points, and the code cells also need to be updated to make them runnable (like adding an instance parameter). Have you taken a look?
ElePT
left a comment
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.
Update from running the examples: The notebooks are not runnable in their current state, they use outdated terms and outdated code. @ItamarGoldman, are you able to do a local deployment following these instructions https://qiskit.github.io/qiskit-serverless/deployment/local.html? This should allow you to run the given code and catch errors.
|
Another run that got stuck in the integration tests, it's only happening in this PR for whatever reason. |
|
Closing this PR as a new PR was made under a branch of main and not under a forked repository. |
Summary
Change the Jupyter Notebook and the python code to support Qiskit 2.x.
Issue #1676
Details and comments
This PR only changed the Qiskit related issues in the document. Now the circuit is going through a pass manager and the tutorial use
SamplerandAerSimulatorto run the circuit.