StabilizerShowState Method |
Dumps the stabilizer tableau.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax 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