TRIQS/triqs_modest 3.3.0
Modular Electronic Structure Toolkit
|
#include <triqs_modest/local_space.hpp>
Info on an atomic shell.
Definition at line 25 of file local_space.hpp.
Public Attributes | |
long | cls_idx = 0 |
Equivalent atoms will have the same sort index (sort). | |
long | dft_idx = 0 |
Index of the atom in the dft code if any, or \( -1 \). | |
long | dim = 0 |
Dimension of the orbital space. | |
long | l = 0 |
Angular quantum number. | |
long triqs::modest::atomic_orbs::cls_idx = 0 |
Equivalent atoms will have the same sort index (sort).
Definition at line 28 of file local_space.hpp.
long triqs::modest::atomic_orbs::dft_idx = 0 |
Index of the atom in the dft code if any, or \( -1 \).
Definition at line 29 of file local_space.hpp.
long triqs::modest::atomic_orbs::dim = 0 |
Dimension of the orbital space.
Definition at line 26 of file local_space.hpp.
long triqs::modest::atomic_orbs::l = 0 |
Angular quantum number.
Definition at line 27 of file local_space.hpp.