Click or drag to resize
Steane7Prep Method
A gate function that prepares a logical |0> qubit. This gets compiled into the error-correcting circuit by the Compile method.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
abstract Prep : 
        qs : FSharpList<Qubit> -> unit 
override 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