Lesson 1 of 15
Natural Units
Natural Units
Particle physicists use a system of natural units where the speed of light and the reduced Planck constant are both set to 1. This eliminates factors of and from every equation and keeps numbers at a human scale.
Key Conversion Constants
The bridge between natural units and SI is the product :
where 1 fm (femtometre) m is the typical scale of a nucleus.
Energy
The electron-volt (eV) and its multiples are the natural currency of particle physics:
Mass
Using , mass is quoted in GeV/. To convert to kg:
The proton has mass GeV/ kg.
Your Task
Implement three unit-conversion helpers. All physical constants must be defined inside each function body.
MeV_to_joules(E_MeV)— converts MeV to Joules using JGeV_to_kg(m_GeV)— converts GeV/ to kg using m/shbar_c_MeV_fm()— returns the constant MeV·fm
Python runtime loading...
Loading...
Click "Run" to execute your code.