Runs this Circuit.
The state of the Ket containing the passed-in qubits will be modified.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax member Run :
qs : FSharpList<Qubit> -> unit
Parameters
- qs
- Type: Microsoft.FSharp.CollectionsFSharpListQubit
The list of Qubits to operate on.
These must correspond to the qubits the circuit was compiled with;
that is, they must have the same qubit IDs as those.
See Also