Click or drag to resize
KetDump Method
Dump this state vector.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member Dump : 
        f : FSharpOption<FSharpFunc<int, FSharpFunc<string, Unit>>> * 
        level : FSharpOption<int> * 
        doMCC : FSharpOption<bool> * 
        doSort : FSharpOption<bool> -> unit 

Parameters

f
Type: Microsoft.FSharp.CoreFSharpOptionFSharpFuncInt32, FSharpFuncString, Unit
The optional output function to use. The default is showLogInd.
level
Type: Microsoft.FSharp.CoreFSharpOptionInt32
The optional indentation level. The default is 0.
doMCC
Type: Microsoft.FSharp.CoreFSharpOptionBoolean
An option that, if true, causes probabilities (complex magnitude squared) to be output for each state entry, rather than the complex amplitude. The default is to output the complex amplitude for each state.
doSort
Type: Microsoft.FSharp.CoreFSharpOptionBoolean
An option that, if true, causes the output to be sorted in qubit ID order. The default is to sort the output.
See Also