Run this gate.
The details depend on the current value of
Ket.Mode:
- RunMode: Apply this gate operation to the supplied qubits.
- GateMode: Stores this gate definition into the current Ket.
This is for internal use.
- CircMode: Compiles this gate into a Circuit.
This is for internal use.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax member Run :
qs : FSharpList<Qubit> -> unit
Parameters
- qs
- Type: Microsoft.FSharp.CollectionsFSharpListQubit
The Qubits for this gate to operate on.
They are also used to identify the current Ket.
See Also