From 42d131ebaef7f09c4dccafac45a993d5b6b6440d Mon Sep 17 00:00:00 2001 From: "Ryan M. L. McFadden" Date: Wed, 29 Sep 2021 09:18:52 -0700 Subject: [PATCH] update the masses of lithium-8 and boron-12 - use results from the new atomic mass evaluation AME2020: https://doi.org/10.1088/1674-1137/abddb0 https://doi.org/10.1088/1674-1137/abddaf --- TrimSPlib.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TrimSPlib.js b/TrimSPlib.js index 0950b33..2622b61 100644 --- a/TrimSPlib.js +++ b/TrimSPlib.js @@ -142,8 +142,8 @@ function Massof(Element) { var ElementsA = { "Muon":0.1134289259, - "Li8":8.0, - "B12":12.0, + "Li8":8.02248624, + "B12":12.0143526, "H":1.00800, "He":4.00300, "Li":6.93900,