qiskit.aqua.algorithms.Grover.is_good_state¶ Grover.is_good_state(bitstr)[source]¶ Check whether a provided bitstring is a good state or not. Parameters bitstr (str) – The measurement as bitstring. Return type bool Returns True if the measurement is a good state, False otherwise.