pomerol
2.1
|
Functions | |
RealExpr | Pomerol::LatticePresets::Magnetization (std::string const &Label, RealType H, unsigned short NOrbitals=1) |
ComplexExpr | Pomerol::LatticePresets::Magnetization (std::string const &Label, ComplexType H, unsigned short NOrbitals=1) |
ComplexExpr Pomerol::LatticePresets::Magnetization | ( | std::string const & | Label, |
ComplexType | H, | ||
unsigned short | NOrbitals = 1 |
||
) |
Make a magnetic splitting term \(H \sum_\alpha (n_{i\alpha\uparrow} - n_{i\alpha\downarrow})\) with a complex magnetization constant.
[in] | Label | Lattice site \(i\). |
[in] | H | Magnetization constant \(H\). |
[in] | NOrbitals | Number of orbitals \(\alpha\) to sum over. |
RealExpr Pomerol::LatticePresets::Magnetization | ( | std::string const & | Label, |
RealType | H, | ||
unsigned short | NOrbitals = 1 |
||
) |
Make a magnetic splitting term \(H \sum_\alpha (n_{i\alpha\uparrow} - n_{i\alpha\downarrow})\) with a real magnetization constant.
[in] | Label | Lattice site \(i\). |
[in] | H | Magnetization constant \(H\). |
[in] | NOrbitals | Number of orbitals \(\alpha\) to sum over. |