-
-
Notifications
You must be signed in to change notification settings - Fork 160
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 qiskit-ibm-provider #2342
Remove qiskit-ibm-provider #2342
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2342 +/- ##
=======================================
Coverage 98.22% 98.22%
=======================================
Files 87 87
Lines 4059 4059
=======================================
Hits 3987 3987
Misses 72 72 ☔ View full report in Codecov by Sentry. |
I had to add the requirement for |
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.
looks great!
# Conflicts: # requirements/requirements-pennylane.txt
After upgrading Pennylane, |
Thanks for resolving the conflicts, @andre-a-alves, LGTM. Feel free to merge if you think it's ready to go. |
Description
Removes
qiskit-ibm-provider
.qiskit-ibm-provider
is deprecated, and should be migrated toqiskit-ibm-runtime
using the migration guide. The only use ofqiskit-ibm-provider
was in the docs, so this MR updates the docs to no longer use the deprecated module and drops the module from the mitiq[qiskit] requirements.I let most of the examples send a circuit to IBM Quantum, and minor discrepancies in the code have been corrected from that as well.
This MR should also make dependabot MR #2306 unnecessary.
License
Before opening the PR, please ensure you have completed the following where appropriate.