The Language-Integrated Quantum Operations (LIQUi|>) Simulator
OperationsLabelC Method |
Adds a label to a circuit drawing.
The label be centered in and will fill the current cell.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
static member LabelC : 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.
