elementMass

elementMass is a compact Python library for calculating atomic weights of chemical compounds


License
Other
Install
pip install elementMass==1.0.2

Documentation

elementMass

elementMass is a compact Python library for calculating atomic weights of chemical compounds as well as cation and oxygen amounts in simple oxides.

Documentation

Code documentation is available at elementMass.readthedocs.io

Installation

elements can be installed with pip by running:

pip install elementMass

in a terminal. If you want to install from a specific git branch or release, use:

pip install git+https://github.com/TDGerve/elementMass.git@tag

where tag should be repleaced by the release tag or branch name (e.g. v1.0.0 or development)