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