Click or drag to resize
OperationsNativeDbg Method
Performs any desired native operations at this point in the circuit. This version doesn't appear in a circuit drawing.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member NativeDbg : 
        f : FSharpFunc<FSharpList<Qubit>, Unit> * 
        qs : FSharpList<Qubit> -> unit 

Parameters

f
Type: Microsoft.FSharp.CoreFSharpFuncFSharpListQubit, Unit
The native function to call.
qs
Type: Microsoft.FSharp.CollectionsFSharpListQubit
The list of qubits to pass to the native operation.
See Also