Click or drag to resize
OperationsAdj Method
Performs the adjoint of the parent gate. This only works if the parent gate is a unitary gate.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member Adj : 
        f : FSharpFunc<FSharpList<Qubit>, Unit> * 
        qs : FSharpList<Qubit> -> unit 

Parameters

f
Type: Microsoft.FSharp.CoreFSharpFuncFSharpListQubit, Unit
The gate to take the adjoint of
qs
Type: Microsoft.FSharp.CollectionsFSharpListQubit
A list of qubits which are passed to the adjoint.
See Also