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
+60-6Lines changed: 60 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,31 +16,72 @@ Several packages collect physical constants.
16
16
### PhysicalConstants.jl
17
17
{{badge PhysicalConstants}}
18
18
19
-
Collection of fundamental physical constants with uncertainties. It supports arbitrary-precision constants.
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`.
23
+
24
+
List of constants 24: [CODATA2022](https://juliaphysics.github.io/PhysicalConstants.jl/dev/constants/).
| WienWavelengthDisplacementLawConstant | b | 0.0028977719551851727 | K m |
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).
22
56
23
57
### PeriodicTable.jl
24
58
{{badge PeriodicTable}}
25
59
26
-
Periodic Table for Julians! 🔥
60
+
>Periodic Table for Julians! 🔥
27
61
28
62
This is part of the [JuliaPhysics](https://github.com/JuliaPhysics) organization.
29
63
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
+
30
66
### Mendeleev.jl
31
67
{{badge Mendeleev}}
32
68
33
-
A Julia package for accessing chemical elements data.
69
+
>A Julia package for accessing chemical elements data.
70
+
71
+
[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).
72
+
34
73
35
74
### IsotopeTable.jl
36
75
{{badge IsotopeTable}}
37
76
38
-
Table of Isotopes for Julians. Interoperable with `PeriodicTable.jl`
77
+
>Table of Isotopes for Julians. Interoperable with `PeriodicTable.jl`
78
+
79
+
[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).
39
80
40
81
### Unitful.jl
41
82
{{badge Unitful}}
42
83
43
-
The [Unitful.jl](https://github.com/PainterQubits/Unitful.jl) package also contains a number of physical constants in [this section](https://painterqubits.github.io/Unitful.jl/dev/defaultunits/#Physical-constants):
84
+
The [Unitful.jl](https://github.com/PainterQubits/Unitful.jl) package also contains 19 physical constants in [this section](https://painterqubits.github.io/Unitful.jl/dev/defaultunits/#Physical-constants):
0 commit comments