qiskit.providers.aer.library.SetSuperOp.reverse_ops¶
-
SetSuperOp.
reverse_ops
()¶ 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 with
sub-instructions reversed.
- Return type