Tamil
மொழிகள்
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.circuit.IfElseOp.replace_blocks

IfElseOp.replace_blocks(blocks)[source]

Replace blocks and return new instruction.

Parameters

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.

Returns

New IfElseOp with replaced blocks.

Return type

IfElseOp