|
18 | 18 | c Revision of the SI - The Result of Three Decades of Progress |
19 | 19 | c in Metrology", Metrologia, 56, 022001 (2019) |
20 | 20 | c |
21 | | -c E. Teisinga, P. J. Mohr, D. B. Newell and B. N. Taylor, "CODATA |
22 | | -c Recommended Values of the Fundamental Physical Constants: 2018", |
23 | | -c Journal of Physical and Chemical Reference Data, 50, 033105 (2021) |
| 21 | +c P. J. Mohr, D. B. Newell, B. N. Taylor and E. Teisinga, "CODATA |
| 22 | +c Recommended Values of the Fundamental Physical Constants: 2022", |
| 23 | +c Reviews of Modern Physics, 97, 025002 (2025) |
24 | 24 | c |
25 | 25 | c Where appropriate, values are from the November 2018 revision |
26 | 26 | c of SI units to fixed values by the 26th General Conference on |
27 | | -c Weights and Measures; other values are taken from 2018 CODATA |
28 | | -c reference constants or are described below |
| 27 | +c Weights and Measures; other values are taken from the CODATA |
| 28 | +c recommended values or are as described below |
29 | 29 | c |
30 | 30 | c The conversion from calorie to Joule is the definition of the |
31 | 31 | c thermochemical calorie as 1 cal = 4.1840 J from ISO 31-4 (1992) |
32 | 32 | c |
33 | 33 | c The "coulomb" energy conversion factor is found by dimensional |
34 | 34 | c analysis of Coulomb's Law, that is by dividing the square of the |
35 | 35 | c elementary charge in Coulombs by 4*pi*eps0*rij, where eps0 is |
36 | | -c the permittivity of vacuum (the "electric constant"); note that |
| 36 | +c the vacuum electric permittivity (the "electric constant"); note |
37 | 37 | c eps0 is typically given in F/m, equivalent to C**2/(J-m) |
38 | 38 | c |
39 | | -c The approximate value used for the Debye, 3.33564 x 10-30 C-m, |
40 | | -c is from IUPAC Compendium of Chemical Technology, 2nd Ed. (1997) |
| 39 | +c The approximate value for the Debye, 3.33564 x 10-30 C-m, is |
| 40 | +c from the IUPAC Compendium of Chemical Technology, 2nd Ed. (1997) |
41 | 41 | c |
42 | 42 | c The value of "prescon" is based on definition of 1 atmosphere |
43 | 43 | c as 101325 Pa set by the 10th Conference Generale des Poids et |
@@ -83,18 +83,18 @@ module units |
83 | 83 | parameter (boltzmann=0.8314462618d0) |
84 | 84 | parameter (gasconst=1.9872042586d-3) |
85 | 85 | parameter (elemchg=1.602176634d-19) |
86 | | - parameter (vacperm=8.8541878128d-12) |
87 | | - parameter (emass=5.48579909065d-4) |
| 86 | + parameter (vacperm=8.8541878188d-12) |
| 87 | + parameter (emass=5.485799090441d-4) |
88 | 88 | parameter (planck=6.62607015d-34) |
89 | 89 | parameter (joule=4.1840d0) |
90 | 90 | parameter (ekcal=4.1840d+2) |
91 | | - parameter (bohr=0.529177210903d0) |
| 91 | + parameter (bohr=0.529177210544d0) |
92 | 92 | parameter (hartree=627.509474063d0) |
93 | | - parameter (evolt=27.211386245988d0) |
| 93 | + parameter (evolt=27.211386245981d0) |
94 | 94 | parameter (efreq=2.194746314d+5) |
95 | 95 | parameter (coulomb=332.0637133d0) |
96 | 96 | parameter (elefield=1439.96455d0) |
97 | | - parameter (debye=4.80321d0) |
| 97 | + parameter (debye=4.803206802d0) |
98 | 98 | parameter (prescon=6.85684112d+4) |
99 | 99 | save |
100 | 100 | end |
0 commit comments