Click or drag to resize
OperationsLabelRaw Method
Adds a raw label to a circuit drawing. The provided string should contain the Q-Circuit commands used to draw the label. Note that labels drawn using this gate will only appear when rendered to "qc" format.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member LabelRaw : 
        cmd : string * 
        qs : FSharpList<Qubit> -> unit 

Parameters

cmd
Type: SystemString
The string to use to draw the label.
qs
Type: Microsoft.FSharp.CollectionsFSharpListQubit
A list of qubits, the first of which determines the vertical positioning of the label.
See Also