Celeritas
0.5.0-56+6b053cd
|
Store element data. More...
#include <ImportElement.hh>
Public Types | |
type aliases | |
using | IsotopeIndex = unsigned int |
using | IsotopeFrac = std::pair< IsotopeIndex, double > |
using | VecIsotopeFrac = std::vector< IsotopeFrac > |
Public Attributes | |
std::string | name |
int | atomic_number {} |
double | atomic_mass {} |
[amu] | |
VecIsotopeFrac | isotopes_fractions |
Isotopic fractional abundance. | |
Store element data.
IsotopeIndex
maps the isotope in the ImportData::isotopes
vector.