Skip to content

Commit

Permalink
Correct R_P, classical proton radius in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtabell committed Jan 13, 2025
1 parent 9ab4ef4 commit b303ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ end
@test H_PLANCK 4.135667696e-15
@test H_BAR_PLANCK 6.582119568038699e-16
@test R_E 2.8179403205e-15
@test R_P 1.5346982640795807e-12
@test R_P 1.5346982640795807e-18
@test E_CHARGE 1
@test MU_0_VAC 1.25663706127e-6
@test EPS_0_VAC 8.8541878188e-12
Expand All @@ -43,4 +43,4 @@ end
@test chargeof(Species("Cl-")) -1
@test chargeof(Species("O--")) -2
@test chargeof(Species("N-3")) -3
end
end

0 comments on commit b303ff2

Please sign in to comment.