-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README: add reference to specific unit system #12
base: master
Are you sure you want to change the base?
Conversation
The "natural units" Wikipedia page describes multiple unit systems that bear this name, and although it mentions Planck units, it doesn't make a reference to its rationalized version. This commit adds a link to the latter and the specific name to make the reference more explicit.
Pull Request Test Coverage Report for Build 1239365228
💛 - Coveralls |
1 similar comment
Pull Request Test Coverage Report for Build 1239365228
💛 - Coveralls |
Pull Request Test Coverage Report for Build 1239365228
💛 - Coveralls |
Hmm, this is actually a little strange. None of the unit systems listed in these wikipedia pages are what most practitioners I know would call natural units and instead are either Planck units, or some problem specific adapted unit systems. In the Planck style units, one too many constants have been set to unity, so everything is unitless and so one can actually just give up on dimensional analysis. Every quantity is convertible to eachother. What most people I know mean when they use natural units is to set
so that every quantity is measurable in terms of powers of energy or length. If you also set Perhaps I should just remove the links to wikipedia altogether.. |
Interestingly, the wikipedia page even says
but this is just untrue for most of the unit systems described in the page. The entry for
would be standard if they didn't set the electron mass to unity. |
That's precisely what's described in the link added in this PR. 🙂 Note that it points to a specific section on the "Plank units" article, titled "Alternative choices of normalization", which says:
That's why I used the term "rationalized Planck units", rather than just "Planck units", to make this explicit. Although perhaps it wasn't explicit enough? 😅 |
No, the choice of julia> natural(Unitful.G)
6.708830746231457e-57 eV⁻² otherwise there is no unique conversion to and from natural units. |
Ah, sorry, then. Is there any reference you would recommend instead to provide context? And/or perhaps another term, more specific than "natural units" but different from "rationalized Planck units", which could be used to help people find the right resources for background? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #12 +/- ##
=======================================
Coverage 86.95% 86.95%
=======================================
Files 1 1
Lines 23 23
=======================================
Hits 20 20
Misses 3 3 ☔ View full report in Codecov by Sentry. |
That spam with codecov… |
The "natural units" Wikipedia page describes multiple unit systems that bear this name, and although it mentions Planck units, it doesn't make a reference to its rationalized version.
This PR adds a link to the latter and the specific name to make the reference more explicit.