IntegerComparator.remove_final_measurements

IntegerComparator.remove_final_measurements(inplace=True)

Removes final measurement on all qubits if they are present. Deletes the ClassicalRegister that was used to store the values from these measurements if it is idle.

Returns a new circuit without measurements if inplace=False.

Parameters

inplace (bool) – All measurements removed inplace or return new circuit.

Returns

Returns circuit with measurements removed when inplace = False.

Return type

QuantumCircuit