Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Reactive MD pipeline for GROMACS using Kinetic Monte Carlo / Molecular Dynamics (KIMMDY)
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
The documentation is available here.
Head over to the getting started tutorial.
Clone kimmdy and the default reaction and parameterization plugins and install requirements and kimmdy as editable via
git clone git@github.com:graeter-group/kimmdy.git
git clone git@github.com:graeter-group/kimmdy-reactions.git
git clone git@github.com:graeter-group/kimmdy-grappa.git
cd kimmdy
python -m venv .venv
source ./venv/bin/activate
pip install -r requirements.txt
Conventions:
For developoment, we provide a docker image containing gromacs and multiple python versions to test against.
To run the test locally, you must:
gh extension install https://github.com/nektos/gh-act
gh extension exec act -j test --artifact-server-path ./artifacts
artifacts
FAQs
Kinetic Monte Carlo Molecular Dynamics
We found that kimmdy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.