Click or drag to resize
CircuitRun Method
Runs this Circuit. The state of the Ket containing the passed-in qubits will be modified.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
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