Particles
Different particles are defined in Georges_core, such as Proton and Electron. For each particle, theses properties are available:
Particle  | 
Mass (MeV / c2)  | 
Charge (C)  | 
Lifetime  | 
Gyromagnetic factor  | 
|---|---|---|---|---|
Proton  | 
938.27203  | 
1.60217649e-19  | 
N.A  | 
1.7928473505  | 
Electron  | 
0.510998946  | 
-1.60217649e-19  | 
N.A  | 
-2.0011596521810997  | 
import georges_core.particles
p = georges_core.particles.Proton
p
georges_core.particles.Proton
e = georges_core.particles.Electron
e
georges_core.particles.Electron