gromacs-md-executor

Solid

GROMACS molecular dynamics skill for nanoparticle-biomolecule interaction simulations

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
75
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# GROMACS MD Executor ## Purpose The GROMACS MD Executor skill provides molecular dynamics simulation capabilities specialized for nanoparticle-biomolecule interactions, enabling investigation of drug delivery systems, protein-surface interactions, and membrane penetration. ## Capabilities - Nanoparticle-protein simulations - Membrane-nanoparticle interactions - Coarse-grained modeling (Martini) - Free energy calculations - Enhanced sampling methods - Trajectory analysis and visualization ## Usage Guidelines ### Bio-Nano MD Workflow 1. **System Preparation** - Parameterize nanoparticle - Solvate system - Add ions for neutralization 2. **Equilibration** - Minimize energy - NVT equilibration - NPT equilibration 3. **Production and Analysis** - Run appropriate sampling - Calculate binding energies - Analyze interactions ## Process Integration - Molecular Dynamics Simulation Workflow - Nanoparticle Drug Delivery System Development ## Input Schema ```json { "nanoparticle_file": "string", "biomolecule_file": "string", "force_field": "CHARMM36|AMBER|Martini", "simulation_type": "binding|membrane|protein_corona", "temperature": "number (K)", "simulation_time": "number (ns)" } ``` ## Output Schema ```json { "binding_energy": "number (kJ/mol)", "contact_residues": ["string"], "rmsd": "number (nm)", "interaction_analysis": { "hydrogen_bonds": "number", "hydrophobic_contacts": "number" }, "trajectory_file": "string...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills