SIRIUS 7.5.0
Electronic structure library and applications
Public Attributes | List of all members
atomic_level_descriptor Struct Reference

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...
 

Detailed Description

Describes single atomic level.

Definition at line 14 of file atomic_data.hpp.

Member Data Documentation

◆ n

int atomic_level_descriptor::n

Principal quantum number.

Definition at line 17 of file atomic_data.hpp.

◆ l

int atomic_level_descriptor::l

Angular momentum quantum number.

Definition at line 20 of file atomic_data.hpp.

◆ k

int atomic_level_descriptor::k

Quantum number k.

Definition at line 23 of file atomic_data.hpp.

◆ occupancy

double atomic_level_descriptor::occupancy

Level occupancy.

Definition at line 26 of file atomic_data.hpp.

◆ core

bool atomic_level_descriptor::core {false}

True if this is a core level.

Definition at line 29 of file atomic_data.hpp.


The documentation for this struct was generated from the following file: