GEM-Standalone: Download
GEMS3K
The GEMS3K source code can be downloaded from the official Git repository. Follow the instructions in the repository to build the library from source.
Installing GEMS3K via Conda
The easiest way to install the GEMS3K C++ library on Windows, MacOS, and Linux is using Conda/Miniconda:
conda install conda-forge::gems3k
Latest version
xGEMS
xGEMS is a modern C++/Python interface built on top of GEMS3K. The source code can be downloaded from the official Git repository. Follow the repository instructions to build it from source.
Installing xGEMS via Conda
To install xGEMS on Windows, MacOS, and Linux, use:
conda install conda-forge::xgems
Latest version
pyGEMS
pyGEMS is included with xGEMS and provides a Pythonic alternative to the C++-like Python interface. Unlike xGEMS, which follows a C++ like convention, pyGEMS enhances usability in geochemical calculations by using Python dictionaries for input/output data.
If you encountered an error, please report an issue or contact the GEMS Development Team.