Performs the adjoint of the parent gate.
This only works if the parent gate is a unitary gate.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax 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