Welcome to mlcg-tk’s documentation!#
This is the base code to create training datasets for models such as the ones described in [TransCGSchnet] and [CGSchnet].
A collection of tools for processing raw simulation data for use in training a transferable coarse grained (CG) forcefield, using the MLCG library.
Installation#
Before installing mlcg-tk, you must install the `mlcg package <https://github.com/ClementiGroup/mlcg>`__.
Similar to mlcg, we encourage the use of the uv enviroment manager
Once mlcg is installed, you can install mlcg-tk as follows
git clone git@github.com:ClementiGroup/mlcg-tk.git
cd mlcg-tk
uv pip install .
For developers
Add --group dev to install additional development dependencies
(black, pytest, coverage), e.g.
uv pip install . --group dev