Current Version

The latest version of ChemEM is v0.0.6. Releases are now available on conda-forge.

# install (recommended via mamba)
mamba create -n chemem python=3.11.11
mamba activate chemem
mamba install -c conda-forge chemem

# or with conda
conda create -n chemem python=3.11.11
conda activate chemem
conda install -c conda-forge chemem

For details on new features and usage, please see the Quickstart Guide or the project’s GitHub page.

ChemEM is freely available for academic purposes under a non-commercial license. Please click here to access the licensing details.


Older Versions

The following legacy versions remain available from the chemem Anaconda channel:

  • v0.0.4
  • v0.0.3 (Python 3.11)
  • v0.0.2 (Python 3.10 / 3.9)
# install from the chemem channel
mamba install -c chemem chemem
# or
conda install -c chemem chemem

Documentation for older versions is provided below all options within the documentation still apply to the latest versions.


Documentation (PDF)