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.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax 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