You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/comparisons/physics/physical_constants.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Several packages collect physical constants.
19
19
>Collection of fundamental physical constants with uncertainties. It supports arbitrary-precision constants.
20
20
21
21
This is part of the [JuliaPhysics](https://github.com/JuliaPhysics) organization.
22
-
It contains data from 3 datasets (2025-07-15) each as it's own submodule: `PhysicalConstants.CODATA2014`, `PhysicalConstants.CODATA2018`, `PhysicalConstants.CODATA2022`.
22
+
It contains data from 3 datasets[^1] each as it's own submodule: `PhysicalConstants.CODATA2014`, `PhysicalConstants.CODATA2018`, `PhysicalConstants.CODATA2022`.
23
23
24
24
List of constants 24: [CODATA2022](https://juliaphysics.github.io/PhysicalConstants.jl/dev/constants/).
25
25
@@ -52,33 +52,36 @@ List of constants 24: [CODATA2022](https://juliaphysics.github.io/PhysicalConsta
| WienWavelengthDisplacementLawConstant | b | 0.0028977719551851727 | K m |
54
54
55
-
[PhysicalConstants.jl](https://juliaphysics.github.io/PhysicalConstants.jl) was started in 2018 by [giordano](https://github.com/giordano). He is still the main contributor with a few commits by 6 other developers (2025-07-15).
55
+
[PhysicalConstants.jl](https://juliaphysics.github.io/PhysicalConstants.jl) was started in 2018 by [giordano](https://github.com/giordano). He is still the main contributor with a few commits by 6 other developers[^1].
56
56
57
57
### PeriodicTable.jl
58
58
{{badge PeriodicTable}}
59
59
60
60
>Periodic Table for Julians! 🔥
61
61
62
62
This is part of the [JuliaPhysics](https://github.com/JuliaPhysics) organization.
63
+
Use this i fyou just need standard data on elements: name, appearance, atomic_mass, boil, category, color, density, discovered_by, melt, molar_heat, named_by, number, period, phase, source, spectral_img, summary, symbol, xpos, ypos, shells.
63
64
64
-
[PeriodicTable.jl](https://github.com/JuliaPhysics/PeriodicTable.jl) was started in 2018 by [rahulkp220](https://github.com/rahulkp220). Since then, it has mainly been maintained by [carstenbauer](https://github.com/carstenbauer) with contributions from 9 others (2025-07-15).
65
+
66
+
[PeriodicTable.jl](https://github.com/JuliaPhysics/PeriodicTable.jl) was started in 2018 by [rahulkp220](https://github.com/rahulkp220). Since then, it has mainly been maintained by [carstenbauer](https://github.com/carstenbauer) with contributions from 9 others[^1].
65
67
66
68
### Mendeleev.jl
67
69
{{badge Mendeleev}}
68
70
69
71
>A Julia package for accessing chemical elements data.
70
72
71
-
This contains (almost) all the same data as [PeriodicTable.jl](https://github.com/JuliaPhysics/PeriodicTable.jl) plus some more: https://eben60.github.io/Mendeleev.jl/elements_data_fields/.
73
+
This contains (almost) all the same data as [PeriodicTable.jl](https://github.com/JuliaPhysics/PeriodicTable.jl) plus some more: <https://eben60.github.io/Mendeleev.jl/elements_data_fields/>.
74
+
Use this if you need more data on the elements.
72
75
73
-
[Mendeleev.jl](https://github.com/Eben60/Mendeleev.jl) was started in 2022 by [Eben60](https://github.com/Eben60) who is also the top 3 contributor to [PeriodicTable.jl](https://github.com/JuliaPhysics/PeriodicTable.jl). It has only had few updates since 2022 and not by others (2025-07-15).
76
+
[Mendeleev.jl](https://github.com/Eben60/Mendeleev.jl) was started in 2022 by [Eben60](https://github.com/Eben60) who is also the top 3 contributor to [PeriodicTable.jl](https://github.com/JuliaPhysics/PeriodicTable.jl). It has only had few updates since 2022 and not by others[^1].
74
77
75
78
76
79
### IsotopeTable.jl
77
80
{{badge IsotopeTable}}
78
81
79
82
>Table of Isotopes for Julians. Interoperable with `PeriodicTable.jl`
80
83
81
-
[IsotopeTable.jl](https://github.com/Gregstrq/IsotopeTable.jl) was started in 2022 by [Gregstrq](https://github.com/Gregstrq) and has not been updated since (2025-07-15).
84
+
[IsotopeTable.jl](https://github.com/Gregstrq/IsotopeTable.jl) was done in 2022 by [Gregstrq](https://github.com/Gregstrq)[^1]. Use this if you need more precise isotope data.
82
85
83
86
### Unitful.jl
84
87
{{badge Unitful}}
@@ -120,7 +123,9 @@ The unique one here is:
120
123
* Superconducting magnetic flux quantum
121
124
122
125
[Unitful.jl](https://github.com/PainterQubits/Unitful.jl) was started in 2016 by [ajkeller34](https://github.com/ajkeller34).
123
-
It is currently mainly maintained by [sostock](https://github.com/sostock) and has contributions from 76 developers (2025).
126
+
It is currently mainly maintained by [sostock](https://github.com/sostock) and has contributions from 76 developers[^1].
0 commit comments