Operations.Reset Method

Liquid Quantum Simulator

OperationsReset Method
Resets a qubit to a specified initial state after it has been measured. This allows quantum gates to be performed against the collapsed qubit. See the M gate.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member Reset : 
        b : Bit * 
        qs : FSharpList<Qubit> -> unit 

Parameters

b
Type: Microsoft.Research.LiquidBit
The initial state of the reset qubit, either Zero or One.
qs
Type: Microsoft.FSharp.CollectionsFSharpListQubit
A list of qubits; the head of the list is reset.
See Also