Click or drag to resize
Stabilizer Constructor
Creates a tableau to run a circuit in the stabilizer simulator.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
new : 
        circ : Circuit * 
        ket : Ket -> Stabilizer

Parameters

circ
Type: Microsoft.Research.LiquidCircuit
The crcuit that will be run in stabilizer mode.
ket
Type: Microsoft.Research.LiquidKet
The state vector that will be used for execution.
See Also