TrotterOrder Type
Trotter decomposition order.
Union cases
| Union case |
Description
|
Full Usage:
First
|
First-order: exp(−iHΔt) ≈ Πₖ exp(−icₖPₖΔt). Error O(Δt²). |
Full Usage:
Second
|
Second-order symmetric: forward then reverse at half-angle. Error O(Δt³). |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsFirst
Returns: bool
|
|
Full Usage:
this.IsSecond
Returns: bool
|
|