Skip to content

Commit

Permalink
Updates atomic_mass based on IUPAC 2021 tabulation
Browse files Browse the repository at this point in the history
The IUPAC tabulation is the canonical source for this data.
  • Loading branch information
NicholasWMRitchie committed Jan 9, 2024
1 parent 6006208 commit 253d371
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 80 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ julia> elements[1:4]
A nice interactive visualization of the periodic table, based on PeriodicTable.jl, can be found [here](https://github.com/lancebeet/julia-scripts#periodictabletoyjl).

### Data by
The data used for this package has been pulled up in parts from [here](https://github.com/Bowserinator/Periodic-Table-JSON).
Some information has been (and will be) added over time.
The data used for this package has been pulled up in parts from [here](https://github.com/Bowserinator/Periodic-Table-JSON). Atomic weights are from the [IUPAC 2021 tabulation](https://iupac.qmul.ac.uk/AtWt/)

### Related packages
[Mendeleev](https://github.com/Eben60/Mendeleev.jl) is [API compatible](https://eben60.github.io/Mendeleev.jl/#Compatibility-Issues) with the `PeriodicTable` and contains much broader range of data on chemical elements. [IsotopeTable](https://github.com/Gregstrq/IsotopeTable.jl), also inspired by `PeriodicTable`, provides data on various isotopes.
Expand Down
Loading

0 comments on commit 253d371

Please sign in to comment.