Click or drag to resize
OperationsLabelU 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.*)
Syntax
F#
static member LabelU : 
        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.
See Also