47 pi = 3.14159265358979323846
55 Avogadro = 6.0221367e+23 / mole
61 c_light = 2.99792458e+8 * m / s
62 c_squared = c_light * c_light
69 h_Planck = 6.6260755e-34 * joule * s
70 hbar_Planck = h_Planck / twopi
71 hbarc = hbar_Planck * c_light
72 hbarc_squared = hbarc * hbarc
77 electron_charge = - eplus
78 e_squared = eplus * eplus
84 electron_mass_c2 = 0.51099906 * MeV
85 proton_mass_c2 = 938.27231 * MeV
86 neutron_mass_c2 = 939.56563 * MeV
87 amu_c2 = 931.49432 * MeV
88 amu = amu_c2 / c_squared
94 mu0 = 4 * pi * 1.e-7 * henry / m
95 epsilon0 = 1. / (c_squared * mu0)
100 elm_coupling = e_squared / (4 * pi * epsilon0)
101 fine_structure_const = elm_coupling / hbarc
102 classic_electr_radius = elm_coupling / electron_mass_c2
103 electron_Compton_length = hbarc / electron_mass_c2
104 Bohr_radius = electron_Compton_length / fine_structure_const
106 alpha_rcl2 = fine_structure_const * classic_electr_radius * classic_electr_radius
108 twopi_mc2_rcl2 = twopi * electron_mass_c2 * \
109 classic_electr_radius * classic_electr_radius
113 k_Boltzmann = 8.617385e-11 * MeV / kelvin
118 STP_Temperature = 273.15 * kelvin
119 STP_Pressure = 1. * atmosphere
120 kGasThreshold = 10. * mg / cm3
125 universe_mean_density = 1.e-25 * g / cm3