The run mode.
Note that setting this property will force a new circuit to be generated.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax member runMode : RunMode with get, set
Property Value
Type:
RunModeRemarks
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