58pi = 3.14159265358979323846
 
   66Avogadro = 6.02214076e23 / Units.mole
 
   72c_light = 2.99792458e8 * Units.m / Units.s
 
   73c_squared = c_light * c_light
 
   80h_Planck = 6.62607015e-34 * Units.joule * Units.s
 
   81hbar_Planck = h_Planck / twopi
 
   82hbarc = hbar_Planck * c_light
 
   83hbarc_squared = hbarc * hbarc
 
   88electron_charge = -Units.eplus  
 
   89e_squared = Units.eplus * Units.eplus
 
   95electron_mass_c2 = 0.510998910 * Units.MeV
 
   96proton_mass_c2 = 938.272013 * Units.MeV
 
   97neutron_mass_c2 = 939.56536 * Units.MeV
 
   98amu_c2 = 931.494028 * Units.MeV
 
   99amu = amu_c2 / c_squared
 
  105mu0 = 4 * pi * 1.0e-7 * Units.henry / Units.m
 
  106epsilon0 = 1.0 / (c_squared * mu0)
 
  111elm_coupling = e_squared / (4 * pi * epsilon0)
 
  112fine_structure_const = elm_coupling / hbarc
 
  113classic_electr_radius = elm_coupling / electron_mass_c2
 
  114electron_Compton_length = hbarc / electron_mass_c2
 
  115Bohr_radius = electron_Compton_length / fine_structure_const
 
  117alpha_rcl2 = fine_structure_const * classic_electr_radius * classic_electr_radius
 
  120    twopi * electron_mass_c2 * classic_electr_radius * classic_electr_radius
 
  125k_Boltzmann = 8.617333e-11 * Units.MeV / Units.kelvin
 
  130STP_Temperature = 273.15 * Units.kelvin
 
  131STP_Pressure = 1.0 * Units.atmosphere
 
  132kGasThreshold = 10.0 * Units.mg / Units.cm3
 
  137universe_mean_density = 1.0e-25 * Units.g / Units.cm3