constants: document α guard-digit and uncertainty rationale#1708
Open
Wiljea wants to merge 1 commit into
Open
Conversation
α is stored as 0.00729735256434, one digit past the CODATA-2022 recommended 7.2973525643e-3. The last digit (...34) departs from the bare 1/137.035999177 continuation (...33) on purpose: it makes the α-dependent constants (μ₀, ε₀, me, a0, re, σe) round to their CODATA-2022 recommended values, which are each rounded independently and so are not mutually consistent at the 1e-12 level. The σ field (1.14e-12 = α·u_r) likewise reproduces NIST's u(α) = 1.1e-12 and the dependent CODATA uncertainties (re 4.7e-10 = 3·u_r(α), σe 9.3e-10 = 6·u_r(α)). The deviation is far below α's own uncertainty. Comment only; no value change.
5c52436 to
15e3636
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
α is stored as 0.00729735256434, one digit past the CODATA-2022 recommended
7.2973525643e-3. The last digit (...34) departs from the bare 1/137.035999177
continuation (...33) on purpose: it makes the α-dependent constants
(μ₀, ε₀, me, a0, re, σe) round to their CODATA-2022 recommended values, which
are each rounded independently and so are not mutually consistent at the
1e-12 level. The σ field (1.14e-12 = α·u_r) likewise reproduces NIST's
u(α) = 1.1e-12 and the dependent CODATA uncertainties (re 4.7e-10 = 3·u_r(α),
σe 9.3e-10 = 6·u_r(α)). The deviation is far below α's own uncertainty.
Comment only; no value change.