HamiltonianTerm Type
Discriminated union representing a term in the Hamiltonian.
Union cases
| Union case |
Description
|
|
A two-body (exchange) term h_{ijkl} a†_i a†_j a_k a_l.
|
|
A one-body (overlap) term h_{ij} a†_i a_j.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsExchange
Returns: bool
|
|
Full Usage:
this.IsOverlap
Returns: bool
|
|