The Language-Integrated Quantum Operations (LIQUi|>) Simulator
OperationsX Method |
Performs a Pauli X gate.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
static member X : qs : FSharpList<Qubit> -> unit
Parameters
- qs
- Type: Microsoft.FSharp.CollectionsFSharpListQubit
The head qubit of this list is operated on.
