The Language-Integrated Quantum Operations (LIQUi|>) Simulator
OperationsLabel Method |
Adds a label to a circuit drawing.
The label will appear above the line representing the qubit,
in the center of the current column.
The label will take up no logical space; it will not fill the current cell.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
static member Label : nam : string * qs : FSharpList<Qubit> -> unit
Parameters
- nam
- Type: SystemString
The string to use as a label. - qs
- Type: Microsoft.FSharp.CollectionsFSharpListQubit
A list of qubits, the first of which determines the vertical positioning of the label.
