Kinetic Monte Carlo Molecular Dynamics
Project description
KIMMDY
Reactive MD pipeline for GROMACS using Kinetic Monte Carlo / Molecular Dynamics (KIMMDY)
Installation
Note: KIMMDY requires GROMACS to be installed.
Some reactions need a GROMACS version patched with PLUMED.
The gromacs version name should then contain MODIFIED
or plumed
.
pip install kimmdy
This installation includes only the most basic functionality as no plugins and analysis tools are installed.
To install the builtin reaction plugins, use
pip install kimmdy[reactions]
To install the builtin reactions and analysis tools use
pip install kimmdy[reactions,analysis]
However, this is only half the fun!
KIMMDY has two exciting plugins in the making, which properly parameterize your molecules for radicals using GrAPPa (Graph Attentional Protein Parametrization) and predict Hydrogen Atom Transfer (HAT) rates. Full installation instructions are available here
Documentation
The documentation is available here.
Getting started
Head over to the getting started tutorial.
Development
Development setup
Clone kimmdy and the default reaction and parameterization plugins and install requirements and kimmdy as editable via
git clone git@github.com:hits-mbm-dev/kimmdy.git
git clone git@github.com:hits-mbm-dev/kimmdy-reactions.git
git clone git@github.com:hits-mbm-dev/kimmdy-grappa.git
cd kimmdy
python -m venv .venv
source ./venv/bin/activate
pip install -r requirements.txt
Conventions:
- code style: black
- docstrings: numpy
- Conventional commit messages when possible for pretty release notes.
Local testing
For developoment, we provide a docker image containing gromacs and multiple python versions to test against.
To run the test locally, you must:
- install docker
- install act, the easiest option is with github cli via
gh extension install https://github.com/nektos/gh-act
- run tests with
gh extension exec act -j test --artifact-server-path ./artifacts
- html coverage report is exported into
artifacts
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file kimmdy-6.2.1.tar.gz
.
File metadata
- Download URL: kimmdy-6.2.1.tar.gz
- Upload date:
- Size: 38.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e9c8841f8c97886d8bebb41d62574b2764799ef8b105b19bfc479483f5f3067 |
|
MD5 | e268bf4ce8e2759c294eeb133439b051 |
|
BLAKE2b-256 | 3e609366d7afd283e86ae0c73f02097d192d641b3f6ab3c77fc82d0ac5f50b4d |
File details
Details for the file kimmdy-6.2.1-py3-none-any.whl
.
File metadata
- Download URL: kimmdy-6.2.1-py3-none-any.whl
- Upload date:
- Size: 91.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 550a91a4abac13ac7f86ea8b8dfc63ec44b1c7e16eccf0f2cc1f6f17bd7a9c48 |
|
MD5 | ed3fa7eb3fc9f48a1833f0d446dd2f07 |
|
BLAKE2b-256 | bb9f9322acc8c855f968b26514b78df088182e956cbdb76b8a026f4601d98fb2 |