molecular-dynamics

Run and analyze MD simulations with OpenMM and MDAnalysis for biomolecular dynamics.

94|11|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/swaruplab/operon --skill molecular-dynamics-swaruplab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: molecular-dynamics
Source: https://github.com/swaruplab/operon/tree/main/src-tauri/protocols/molecular-dynamics
Command: npx skills add https://github.com/swaruplab/operon --skill molecular-dynamics-swaruplab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Molecular dynamics simulations enable detailed exploration of biomolecular motions, stability, and interactions by modeling time-resolved structural changes.

Core Features & Use Cases

  • System setup: Build protein or protein-ligand systems and assign force fields.
  • Simulation workflow: Energy minimization, NVT and NPT equilibration, production MD.
  • Trajectory analysis: Compute RMSD, RMSF, contact maps, and free energy surfaces to extract insights.

Quick Start

Provide a PDB structure and run the full MD workflow from system setup through production and trajectory analysis.

Frequently Asked Questions about molecular-dynamics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run molecular dynamics simulations for protein stability studies?

To run molecular dynamics simulations for protein stability, provide a PDB structure to execute the full OpenMM workflow: system setup, energy minimization, NVT/NPT equilibration, and production MD. This generates time-resolved trajectory data for analyzing biomolecular motions and stability.

Can I compute RMSD and RMSF from a trajectory using MDAnalysis?

Yes, you can compute RMSD, RMSF, contact maps, and free energy surfaces from trajectories using MDAnalysis. The skill integrates trajectory analysis workflows to extract structural insights regarding protein motions and conformational sampling directly from your simulation data.

Does OpenMM support protein-ligand binding simulations and system setup?

OpenMM supports protein-ligand binding simulations by building protein or protein-ligand systems and assigning force fields. You can perform energy minimization, NVT and NPT equilibration, and production MD to investigate drug binding interactions and conformational changes.

What is the best way to analyze free energy surfaces from MD trajectories?

The best way to analyze free energy surfaces from MD trajectories is by running the integrated trajectory analysis workflow using MDAnalysis. It processes production MD output to calculate energy surfaces, alongside RMSD, RMSF, and contact maps for conformational sampling insights.

Do I need Python to run MD simulations and analyze biomolecular dynamics?

Yes, you need Python because the skill requires OpenMM and MDAnalysis to run MD simulations and analyze biomolecular dynamics. These Python dependencies support the full workflow from system preparation through trajectory analysis.