Advertisement
Mac223

constants.py

Apr 4th, 2017
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. c = 299792458 # m/s speed of light in a vacuum
  2. hbar = 1.0545718*10**(-34) # J s reduced Planck constant
  3. G = 6.674*10**(-11) # m^3 kg^-1 s^-2 gravitational constant
  4. eV = 1.6021766*10**(-19) # J electron volt
  5. mP = 1.673*10**(-27) # kg proton mass
  6. mN = 1.673*10**(-27) # kg neutron
  7. mE = 9.109*10**(-31) # kg electron
  8. mS = 1.9891*10**30 # kg sun
  9. R0 = G*mS/c**2 #1/2 schwartzschild radius
  10.  
  11. epsilon0 = mN**4*c**5/(3*3.14159265359**2*hbar**3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement