SIRIUS 7.5.0
Electronic structure library and applications
|
Describes single atomic level. More...
#include <atomic_data.hpp>
Public Attributes | |
int | n |
Principal quantum number. More... | |
int | l |
Angular momentum quantum number. More... | |
int | k |
Quantum number k. More... | |
double | occupancy |
Level occupancy. More... | |
bool | core {false} |
True if this is a core level. More... | |
Describes single atomic level.
Definition at line 14 of file atomic_data.hpp.
int atomic_level_descriptor::n |
Principal quantum number.
Definition at line 17 of file atomic_data.hpp.
int atomic_level_descriptor::l |
Angular momentum quantum number.
Definition at line 20 of file atomic_data.hpp.
int atomic_level_descriptor::k |
Quantum number k.
Definition at line 23 of file atomic_data.hpp.
double atomic_level_descriptor::occupancy |
Level occupancy.
Definition at line 26 of file atomic_data.hpp.
bool atomic_level_descriptor::core {false} |
True if this is a core level.
Definition at line 29 of file atomic_data.hpp.