-
Notifications
You must be signed in to change notification settings - Fork 85
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
remove cloud simulator doc pages #1425
Conversation
One or more of the following people are relevant to this code: |
@beckykd could you please remove the example with the qasm simulator on these migration guide pages?: https://docs.quantum.ibm.com/api/migration-guides/qiskit-runtime-examples you can use this branch if it makes it easier! |
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.
Do we know what the 404 plan is? Redirect to something like a product announcement? Please be careful to merge this until we have that figured out because the next time we do an open source sync would cause 404s.
I found another one in https://docs.quantum.ibm.com/build/operators-overview -- can we just change that to a different backend? Maybe @kaelynj knows. |
qiskit-runtime-examples: all uses are in the legacy/backend.run() tabs, so I think they're OK. qiskit-algorithms-module is more tricky. It's part of the Qiskit.44 changes -- so none of it is updated to use V2 primitives and the code won't work anymore anyway. Do we still need the Qiskit .44 migration guides? As a stopgap, I did update the "updated" example in the VQD Example section to run on a real backend but left the Legacy example running on qasm_simulator. Still, it's not going to run without deprecation warnings; and in a month or so (?) it won't work at all. |
Closes Qiskit#1424 and Qiskit#607 --------- Co-authored-by: Rebecca Dimock <beckyd@us.ibm.com>
Closes #1424 and #607