Header menu logo Encodings

TrotterOrder Type

Trotter decomposition order.

Union cases

Union case Description

First

Full Usage: First

First-order: exp(−iHΔt) ≈ Πₖ exp(−icₖPₖΔt). Error O(Δt²).

Second

Full Usage: Second

Second-order symmetric: forward then reverse at half-angle. Error O(Δt³).

Instance members

Instance member Description

this.IsFirst

Full Usage: this.IsFirst

Returns: bool
Returns: bool

this.IsSecond

Full Usage: this.IsSecond

Returns: bool
Returns: bool

Type something to start searching.