k-ujihara / NCDK

The Chemistry Development Kit ported to .NET
https://kazuyaujihara.github.io/NCDK/
GNU Lesser General Public License v2.1
35 stars 11 forks source link

Get atomic weight by symbol #33

Open QTPah opened 2 years ago

QTPah commented 2 years ago

I can't seem to find an atomic weight property for NCDK.ChemicalElement. How can i get the atomic weight of a element?

k-ujihara commented 1 year ago

Sorry for the delayed reply. See NCDK.Tools.AtomicProperties.GetMass() method.