The Language-Integrated Quantum Operations (LIQUi|>) Simulator
OperationsLabelL Method |
Adds a label to a circuit drawing.
The label will appear centered on the line representing the qubit,
on the left side 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 LabelL : 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.
