|
TRIQS/triqs_modest 3.3.0
Modular Electronic Structure Toolkit
|
#include <triqs_modest/local_space.hpp>
Info on an atomic shell.
Definition at line 26 of file local_space.hpp.
Public Member Functions | |
| void | deserialize (auto &ar) |
| bool | operator== (atomic_orbs const &) const =default |
| Equality comparison operator. | |
| void | serialize (auto &ar) const |
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. | |
Friends | |
| void | mpi_broadcast (atomic_orbs &x, mpi::communicator c={}, int root=0) |
| MPI broadcast. | |
|
inline |
Definition at line 33 of file local_space.hpp.
|
default |
Equality comparison operator.
|
inline |
Definition at line 32 of file local_space.hpp.
|
friend |
MPI broadcast.
Definition at line 39 of file local_space.hpp.
| long triqs::modest::atomic_orbs::cls_idx = 0 |
Equivalent atoms will have the same sort index (sort).
Definition at line 29 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 30 of file local_space.hpp.
| long triqs::modest::atomic_orbs::dim = 0 |
Dimension of the orbital space.
Definition at line 27 of file local_space.hpp.
| long triqs::modest::atomic_orbs::l = 0 |
Angular quantum number.
Definition at line 28 of file local_space.hpp.