44 from .SystemOfUnits
import henry, eplus, MeV, joule, s, m, kelvin, atmosphere, g, mg, cm3, mole
49 pi = 3.14159265358979323846
57 Avogadro = 6.0221367e+23/mole
63 c_light = 2.99792458e+8 * m/s
64 c_squared = c_light * c_light
71 h_Planck = 6.6260755e-34 * joule*s
72 hbar_Planck = h_Planck/twopi
73 hbarc = hbar_Planck * c_light
74 hbarc_squared = hbarc * hbarc
79 electron_charge = - eplus
80 e_squared = eplus * eplus
86 electron_mass_c2 = 0.51099906 * MeV
87 proton_mass_c2 = 938.27231 * MeV
88 neutron_mass_c2 = 939.56563 * MeV
89 amu_c2 = 931.49432 * MeV
90 amu = amu_c2/c_squared
96 mu0 = 4*pi*1.e-7 * henry/m
97 epsilon0 = 1./(c_squared*mu0)
102 elm_coupling = e_squared/(4*pi*epsilon0)
103 fine_structure_const = elm_coupling/hbarc
104 classic_electr_radius = elm_coupling/electron_mass_c2
105 electron_Compton_length = hbarc/electron_mass_c2
106 Bohr_radius = electron_Compton_length/fine_structure_const
108 alpha_rcl2 = fine_structure_const*classic_electr_radius*classic_electr_radius
110 twopi_mc2_rcl2 = twopi*electron_mass_c2*classic_electr_radius*classic_electr_radius
114 k_Boltzmann = 8.617385e-11 * MeV/kelvin
119 STP_Temperature = 273.15*kelvin
120 STP_Pressure = 1.*atmosphere
121 kGasThreshold = 10.*mg/cm3
126 universe_mean_density = 1.e-25*g/cm3