The Language-Integrated Quantum Operations (LIQUi|>) Simulator
OperationsRestore Method |
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.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
static member Restore : qs : FSharpList<Qubit> -> unit
Parameters
- qs
- Type: Microsoft.FSharp.CollectionsFSharpListQubit
A list of qubits; the head of the list is reset.
