qiskit-textbook icon indicating copy to clipboard operation
qiskit-textbook copied to clipboard

[Lab 2. Quantum Measurement] Lab uses Ignis (unmaintained since July 2022)

Open 1ucian0 opened this issue 1 year ago • 0 comments

The code example in https://qiskit.org/textbook/ch-labs/Lab02_QuantumMeasurement.html uses qiskit.ignis, which is unmaintained since July 2022 after being deprecated in Dec 2021.

from qiskit.ignis.mitigation.measurement import *

I think qiskit.ignis.mitigation was replaced by qiskit.utils.mitigation. If so, this should be an easy fix and a good first issue. If not the case, please remove the label.

1ucian0 avatar Sep 02 '22 11:09 1ucian0