Reverses this circuit, which must contain only unitary gates.
In addition, bottom-level gates are replaced by their adjoints.
This method will raise an exception if this circuit contains a non-unitary gate.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax member Reverse : unit -> Circuit
Return Value
Type:
CircuitThe resulting reversed circuit
See Also