qiskit.circuit.IfElseOp.replace_blocks¶
- IfElseOp.replace_blocks(blocks)[source]¶
Replace blocks and return new instruction.
- প্যারামিটার
blocks (Iterable[QuantumCircuit]) -- Iterable of circuits for "if" and "else" condition. If there is no "else" circuit it may be set to None or ommited.
- রিটার্নস
New IfElseOp with replaced blocks.
- রিটার্ন টাইপ