The Gnome Chemistry Utils
0.13.7
|
#include <chemistry.h>
Public Attributes | |
unsigned char | A |
char * | name |
GcuValue | abundance |
GcuValue | mass |
char | spin |
char * | decay_modes |
GcuDimensionalValue | decay_period |
GcuIsotope Structure used to describe an isotope
Definition at line 168 of file chemistry.h.
unsigned char GcuIsotope::A |
The nucleon number.
Definition at line 171 of file chemistry.h.
The terrestrial percent abundance.
Definition at line 175 of file chemistry.h.
char* GcuIsotope::decay_modes |
The decay modes as a comma separated list.
Definition at line 181 of file chemistry.h.
The decay period.
Definition at line 183 of file chemistry.h.
The mass of an atom in atomic units.
Definition at line 177 of file chemistry.h.
char* GcuIsotope::name |
The name of the isotope if any.
Definition at line 173 of file chemistry.h.
char GcuIsotope::spin |
The spin of an atom multipiled by 2.
Definition at line 179 of file chemistry.h.