Skip to content

Commit

Permalink
[constants] add hbar as a constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Jan 26, 2024
1 parent bb2d78d commit 289b69a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unchained/constants.nim
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ const
#K = 4 * π * N_A * r_e * r_e * m_e_c2 * (100.0^2)# [MeV mol⁻¹ cm²]
k_B* = 1.380649e-23.JouleKelvin⁻¹
hp* = 6.62607015e-34.JouleHertz⁻¹
hp_bar* = hp / (2 * π)
G_Newton* = 6.6743e-11.N•m²•kg⁻²

0 comments on commit 289b69a

Please sign in to comment.