ampsci
c++ program for high-precision atomic structure calculations of single-valence systems
|
Atomic element data: Z, symbol, A, name. More...
#include <AtomData_PeriodicTable.hpp>
Public Member Functions | |
Element (int inZ, const std::string &insymbol, int inA, const std::string &inname) | |
Public Attributes | |
int | Z |
std::string | symbol |
int | A |
std::string | name |
Atomic element data: Z, symbol, A, name.