59 pi = 3.14159265358979323846
67 Avogadro = 6.02214076e23 / Units.mole
73 c_light = 2.99792458e8 * Units.m / Units.s
74 c_squared = c_light * c_light
81 h_Planck = 6.62607015e-34 * Units.joule * Units.s
82 hbar_Planck = h_Planck / twopi
83 hbarc = hbar_Planck * c_light
84 hbarc_squared = hbarc * hbarc
89 electron_charge = -Units.eplus
90 e_squared = Units.eplus * Units.eplus
96 electron_mass_c2 = 0.510998910 * Units.MeV
97 proton_mass_c2 = 938.272013 * Units.MeV
98 neutron_mass_c2 = 939.56536 * Units.MeV
99 amu_c2 = 931.494028 * Units.MeV
100 amu = amu_c2 / c_squared
106 mu0 = 4 * pi * 1.0e-7 * Units.henry / Units.m
107 epsilon0 = 1.0 / (c_squared * mu0)
112 elm_coupling = e_squared / (4 * pi * epsilon0)
113 fine_structure_const = elm_coupling / hbarc
114 classic_electr_radius = elm_coupling / electron_mass_c2
115 electron_Compton_length = hbarc / electron_mass_c2
116 Bohr_radius = electron_Compton_length / fine_structure_const
118 alpha_rcl2 = fine_structure_const * classic_electr_radius * classic_electr_radius
121 twopi * electron_mass_c2 * classic_electr_radius * classic_electr_radius
126 k_Boltzmann = 8.617333e-11 * Units.MeV / Units.kelvin
131 STP_Temperature = 273.15 * Units.kelvin
132 STP_Pressure = 1.0 * Units.atmosphere
133 kGasThreshold = 10.0 * Units.mg / Units.cm3
138 universe_mean_density = 1.0e-25 * Units.g / Units.cm3