Runs a circuit with this noise model.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax 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