Skip to content

Commit

Permalink
Merge pull request #84 from klickverbot/fix-magneton
Browse files Browse the repository at this point in the history
Fix definition of Bohr magneton
  • Loading branch information
ajkeller34 authored May 25, 2017
2 parents 9ecc62f + 9948480 commit 7e05d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkgdefaults.jl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const Φ0 = h/(2q) # Superconducting magnetic flux quantum
const me = 9.109_383_56e-31*kg # (11) electron rest mass
const mn = 1.674_927_471e-27*kg # (21) neutron rest mass
const mp = 1.672_621_898e-27*kg # (21) proton rest mass
const μB = e*ħ/(2*me) # Bohr magneton
const μB = q*ħ/(2*me) # Bohr magneton
const µB = μB
const Na = 6.022_140_857e23/mol # (74) Avogadro constant
const R = 8.314_459_8*J/(mol*K) # (48) molar gass constant
Expand Down

0 comments on commit 7e05d16

Please sign in to comment.