HamiltonianTerm Type
Discriminated union representing a term in the Hamiltonian.
Union cases
| Union case |
Description
|
|
A two-body (exchange) term ⟨ij|kl⟩ a†_i a†_j a_l a_k.
|
|
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
|
|