qiskit.circuit.IfElseOp.replace_blocks¶
- IfElseOp.replace_blocks(blocks)[código fonte]¶
Replace blocks and return new instruction.
- Parâmetros
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.
- Retorno
New IfElseOp with replaced blocks.
- Tipo de retorno