qiskit.circuit.Instruction.reverse_ops¶ Instruction.reverse_ops()[source]¶ For a composite instruction, reverse the order of sub-instructions. This is done by recursively reversing all sub-instructions. It does not invert any gate. Returns a new instruction withsub-instructions reversed. Return type qiskit.circuit.Instruction