/py-atomic-weights

Standard atomic weights of the elements

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

py-atomic-weights: Python Module for Standard atomic weights of the elements

Features

Usage

pip install atomic-weights
>>> import atomic_weights as atw
>>> print(atw.Fe)
55.845
>>> print(atw.decimal.Fe)
55.845
>>> type(atw.Fe)
<class 'float'>
>>> type(atw.decimal.Fe)
<class 'decimal.Decimal'>