Click or drag to resize
SpinrunMode Property
The run mode. Note that setting this property will force a new circuit to be generated.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member runMode : RunMode with get, set

Property Value

Type: RunMode
Remarks
Possibilities are Trotter1 (fully first-order); Trotter1X (does X/2 on both sides, but fully first-order in other terms); and Trotter2 (fully second-order). The initial default value for new Hamiltonians is Trotter1.
See Also