Browse Source

Convert bohr radius to meter

David Peter 2 years ago
parent
commit
3de54d523b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/physics/constants.nbt

+ 1 - 1
modules/physics/constants.nbt

@@ -82,5 +82,5 @@ let planck_temperature: Temperature = sqrt(ℏ c^5 / (G k_B^2)) -> K
 let planck_energy: Energy = sqrt(ℏ c^5 / G) -> J
 
 # Bohr radius
-let bohr_radius: Length = 4 pi ε0 ℏ^2 / (electron_charge^2 electron_mass)
+let bohr_radius: Length = 4 pi ε0 ℏ^2 / (electron_charge^2 electron_mass) -> m  # TODO: remove this conversion once we have better simplification
 let a0 = bohr_radius