Closed bsiegelwax closed 1 year 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.
Issue moved to Qiskit/qiskit-experiments #1011 via Zenhub
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"