Chem

The Chemistry module of Jems handles all things related to chemical mixtures and isotopes.

Jems.Chem.IsotopeType
struct Isotope

Structure containing basic info of an isotope:

  • Z: atomic number (# protons)
  • A: mass number (# protons + neutrons)
  • name: its name (eg "Hydrogen")
  • mass: atomic weight in amu
source