The Language-Integrated Quantum Operations (LIQUi|>) Simulator
SpinStep Method |
Performs a single timestep of simulation.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
member Step : angles : float[] * gp : FSharpOption<GrowPars> -> int
Parameters
- angles
- Type: SystemDouble
The vector of annealing coefficients to be used in this step. - gp
- Type: Microsoft.FSharp.CoreFSharpOptionGrowPars
Optional grow parameters for the resulting circuit. The default is GrowGates with maxWires of 11. See GrowPars for more details.
Return Value
Type: Int32The number of decoherence events which occured during the step. Note that this will be zero unless a decoherence model has been set on this instance.
