Click or drag to resize
CircuitWires Method
Gets the list of wires (qubit IDs) touched by this circuit.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member Wires : unit -> FSharpList<int> 

Return Value

Type: FSharpListInt32
A list of the wires used
See Also