Closed oliver-phet closed 2 years ago
@oliver-phet as far as I can tell from the design doc and poking around in the code, we aren't actually calculating the average atomic mass using the abundance and mass data for individual isotopes. We pull the data from NIST. We round the NIST data to 4 decimal places for abundance and 5 decimal places for mass.
Using the abundance/mass data from NIST, the calculation looks like this:
(1.007825032239*0.99988570)+(2.0141017781212*0.00011570)=1.007942869
The average atomic mass of hydrogen provided by NIST is 1.00794, which is what we display in the sim.
Thanks! Replied back to the user.
@arouinfar assigning to you to decide if this is worth fixing.