Click or drag to resize
StabilizerShowState Method
Dumps the stabilizer tableau.

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

Parameters

f
Type: Microsoft.FSharp.CoreFSharpFuncInt32, FSharpFuncString, Unit
The output function to use. A common output function is showLogInd.
level
Type: SystemInt32
The indentation level.
See Also