A gate function that measures the physical qubits for a single logical qubit
and applies any necessary corrections.
This gets compiled into the error-correcting circuit by the Compile method.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax abstract Syndrome :
qs : FSharpList<Qubit> -> unit
Parameters
- qs
- Type: Microsoft.FSharp.CollectionsFSharpListQubit
The ancilla qubits followed by physical qubits for the logical qubit.
The number of ancillae was passed to the QECC constructor.
See Also