SIRIUS 7.5.0
Electronic structure library and applications
|
Descriptor of the local-orbital part of the LAPW+lo basis. More...
#include <typedefs.hpp>
Public Attributes | |
uint16_t | ia |
Index of atom. More... | |
uint8_t | l |
Index of orbital quantum number \( \ell \). More... | |
uint16_t | lm |
Combined lm index. More... | |
uint8_t | order |
Order of the local orbital radial function for the given orbital quantum number \( \ell \). More... | |
uint8_t | idxrf |
Index of the local orbital radial function. More... | |
Descriptor of the local-orbital part of the LAPW+lo basis.
Definition at line 185 of file typedefs.hpp.
uint16_t sirius::lo_basis_descriptor::ia |
Index of atom.
Definition at line 188 of file typedefs.hpp.
uint8_t sirius::lo_basis_descriptor::l |
Index of orbital quantum number \( \ell \).
Definition at line 191 of file typedefs.hpp.
uint16_t sirius::lo_basis_descriptor::lm |
Combined lm index.
Definition at line 194 of file typedefs.hpp.
uint8_t sirius::lo_basis_descriptor::order |
Order of the local orbital radial function for the given orbital quantum number \( \ell \).
All radial functions for the given orbital quantum number \( \ell \) are ordered in the following way: augmented radial functions come first followed by the local orbital radial function.
Definition at line 199 of file typedefs.hpp.
uint8_t sirius::lo_basis_descriptor::idxrf |
Index of the local orbital radial function.
Definition at line 202 of file typedefs.hpp.