Resets a qubit after it has been measured.
This allows quantum gates to be performed against the collapsed qubit.
The initial state of the qubit will be its last measured state.
See the M gate.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax static member Restore :
qs : FSharpList<Qubit> -> unit
Parameters
- qs
- Type: Microsoft.FSharp.CollectionsFSharpListQubit
A list of qubits; the head of the list is reset.
See Also