Closed andre-a-alves closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.22%. Comparing base (
2ff8134
) to head (ddf7147
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I had to add the requirement for qiskit-ibm-provider
back in for Pennylane on Python 3.9. A TODO is included to remove it when Pennylane gets upgraded.
After upgrading Pennylane, qiskit-ibm-provider~=0.11.0
still needs to remain a requirement in requirements-pennylane.txt
for Python 3.9 until qiskit-ibm-runtime
is upgraded. The comment was updated.
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.