The Language-Integrated Quantum Operations (LIQUi|>) Simulator
OperationsM Method |
Performs a measurement of a single qubit in the computational basis.
The result of the measurement is stored in the measured qubit;
see Qubit.Bit.
The state vector is collapsed according to the result of the measurement.
The measured qubit becomes "classical" and must be reset before any further
quantum gates are performed on it.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
static member M : qs : FSharpList<Qubit> -> unit
Parameters
- qs
- Type: Microsoft.FSharp.CollectionsFSharpListQubit
A list of qubits; the head of the list is measured.
