Circuit.Reverse Method

Liquid Quantum Simulator

CircuitReverse Method
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.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member Reverse : unit -> Circuit 

Return Value

Type: Circuit
The resulting reversed circuit
See Also