libAtoms / ExtXYZ.jl

Extended XYZ read/write support for Julia
MIT License
13 stars 6 forks source link

Add a Concistency Check between mass and atomic_mass #52

Open cortner opened 1 month ago

cortner commented 1 month ago

atomic_mass is technically retired, but still used in some implementations. Atoms should be careful when converting. use either if only one is available, and confirm consistency of the two if both are available.