qiskit.circuit.ControlFlowOp.replace_blocks¶
- abstract ControlFlowOp.replace_blocks(blocks)[código fonte]¶
Replace blocks and return new instruction. :param blocks: Tuple of QuantumCircuits to replace in instruction.
- Retorno
New ControlFlowOp with replaced blocks.
- Tipo de retorno