A gate function that prepares a logical |0> qubit.
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 Prep :
qs : FSharpList<Qubit> -> unit
Parameters
- qs
- Type: Microsoft.FSharp.CollectionsFSharpListQubit
The physical qubits for the logical qubit.
This contains both data and syndrome qubits, but no ancillae.
See Also