Toolkit for rapidly assembling forcefields on HPC
The easiest route to installation is to use the environment files provided in envs
.
For example, installing a CPU-only environment is:
conda env create --file envs/environment-cpu.yml --force
You will also need to install TTM for some features. See python-ttm for details.