Variables | |
const double | pi = acos(-1.0) |
![]() | |
const double | pi2 = pi*pi |
![]() | |
const double | zeta32 = 2.6123753486854883433 |
![]() | |
const double | zeta2 = 1.6449340668482264365 |
![]() | |
const double | zeta52 = 1.3414872572509171798 |
![]() | |
const double | zeta3 = 1.2020569031595942854 |
![]() | |
const double | zeta5 = 1.0369277551433699263 |
![]() | |
const double | zeta7 = 1.0083492773819228268 |
![]() | |
Particle Physics Booklet | |
(see also D.E. Groom, et. al., Euro. Phys. J. C 15 (2000) 1.) | |
const double | hc_mev_fm = 197.3269602 |
![]() | |
const double | sin2_theta_weak = 0.2224 |
![]() | |
const double | gfermi_gev = 1.16639e-5 |
Fermi coupling constant (![]() ![]() | |
const double | mev_kg = 1.782661731e-30 |
1 MeV in kg | |
const double | ev_mks = 1.602176462e-19 |
1 eV in ![]() | |
const double | mev_cgs = 1.60217733e-6 |
1 MeV in ![]() | |
const double | hc_mev_cm = 1.973269602e-11 |
![]() | |
const double | boltzmann_mev_K = 8.617342e-11 |
1 MeV in Kelvin | |
Squared electron charge | |
const double | e2_gaussian = o2scl_const::hc_mev_fm*gsl_num::fine_structure |
Electron charge squared in Gaussian units. | |
const double | e2_hlorentz = gsl_num::fine_structure*4.0*pi |
Electron charge sqaured in Heaviside-Lorentz units where ![]() | |
const double | e2_mksa = gsl_mksa::electron_charge |
Electron charge squared in SI(MKSA) units. |
const double e2_gaussian = o2scl_const::hc_mev_fm*gsl_num::fine_structure |
Electron charge squared in Gaussian units.
In Gaussian Units:
Definition at line 955 of file constants.h.
const double e2_hlorentz = gsl_num::fine_structure*4.0*pi |
Electron charge sqaured in Heaviside-Lorentz units where .
In Heaviside-Lorentz units:
Definition at line 975 of file constants.h.
const double e2_mksa = gsl_mksa::electron_charge |
Electron charge squared in SI(MKSA) units.
In MKSA units:
Note the conversion formulas
as mentioned in pg. 13 of D. Griffiths Intro to Elem. Particles.
Definition at line 1001 of file constants.h.