Noise.Run Method

Liquid Quantum Simulator

NoiseRun Method
Runs a circuit with this noise model.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member Run : 
        ket2 : FSharpOption<Ket> -> unit 

Parameters

ket2
Type: Microsoft.FSharp.CoreFSharpOptionKet
An optional state vector to use to re-initialize execution. If provided, this Ket is used for the run and all times and statistics are reset. If not provided, then execution continues from the state after the last Run.
See Also