qiskit-textbook
qiskit-textbook copied to clipboard
[Lab 6. Grover's search with an unknown number of solutions] Lab uses Ignis (unmaintained since July 2022)
The code example in https://qiskit.org/textbook/ch-labs/Lab06_Grover_search_with_an_unknown_number_of_solutions.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.
i would like to jump on this man can I?
Sure feel free to Open a PR