Qiskit / qiskit-ibmq-provider

Qiskit Provider for accessing the quantum devices and simulators at IBM Quantum.
Apache License 2.0
243 stars 143 forks source link

BaseJob to JobV1 #1148

Closed bsiegelwax closed 1 year ago

bsiegelwax commented 2 years ago

Running the first code block on the page https://qiskit.org/documentation/experiments/tutorials/readout_mitigation.html results in the error:

ImportError: cannot import name 'BaseJob' from 'qiskit.providers' (C:\Users\bsieg\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\qiskit\providers__init__.py)

Jack Woehr's response in Qiskit Slack is "Change all refs to BaseJob to JobV1 including in the imports"

nonhermitian commented 2 years ago

This is more of an issue for qiskit-experiments, but needs someone with admin access to both repos to move it. Taking a look at the tutorial shows a couple of issues there, e.g. the individual mitigation matrices do not make any sense, so I am not sure how much that particular example is maintained.

kt474 commented 1 year ago

Issue moved to Qiskit/qiskit-experiments #1011 via Zenhub