The Language-Integrated Quantum Operations (LIQUi|>) Simulator
QECCGetMeasured Method |
Gets the measured values of the physical qubits that make up a logical qubit
and returns them combined into a single integer, one bit per qubit.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
member GetMeasured : qs : FSharpList<Qubit> -> int
Parameters
- qs
- Type: Microsoft.FSharp.CollectionsFSharpListQubit
The set of qubits to read. This should be the set of physical (data and syndrome) qubits for one logical qubit.
Return Value
Type: Int32The total measured value of the qubits. The value of the first qubit in the list goes into the left-most (most significant) bit in the result.
