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.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax 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.
See Also