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.0.0 (1.0.0.0)
Syntax
F#
new : 
        circ : Circuit * 
        ket : Ket -> Stabilizer

Parameters

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