qiskit.circuit.library.Measure.c_if¶
- Measure.c_if(classical, val)¶
Set a classical equality condition on this instruction between the register or cbit
classical
and valueval
.참고
This is a setter method, not an additive one. Calling this multiple times will silently override any previously set condition; it does not stack.