Openmm langevin dynamics starter
A framework for discovering, compiling, and validating reusable skills for scientific agents.From the repository description
npx -y skills add ma-compbio-lab/SkillFoundry --skill openmm-langevin-dynamics-starterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- runs commandsInstructs the agent to run 1 command, including `./slurm/envs/chem-tools/bin/python skills/computational-chemistry-and-molecular-simulation/openmm-langevin-dynamics-starter/scripts/run_openmm_langevin_dynamics.py --out scratch/openmm/langevin_dynami`.
SKILL.md
1.0 KB, 212 tokens by cl100k_base, as published. Nobody here has run it
OpenMM Langevin Dynamics Starter
Use this skill to run a deterministic toy Langevin dynamics simulation in OpenMM and inspect a compact trajectory summary.
What This Skill Does
- builds a two-particle harmonic system
- runs short Langevin dynamics on the OpenMM Reference platform
- records bond-length and potential-energy snapshots over time
When To Use It
- when you need a runnable starter for
molecular-dynamics-setup - when you want a local OpenMM smoke path before scaling to larger systems
- when you need deterministic MD-like outputs in repository tests
Run
./slurm/envs/chem-tools/bin/python skills/computational-chemistry-and-molecular-simulation/openmm-langevin-dynamics-starter/scripts/run_openmm_langevin_dynamics.py --out scratch/openmm/langevin_dynamics_summary.json
Notes
- This is a tiny synthetic system, not a physically meaningful production simulation.
- The Reference platform plus a fixed velocity seed keeps the summary reproducible.
What ships with it: 6 files
8.8 KB alongside SKILL.md, 2 of them executable
assets/
examples/
- README.md93 B
scripts/
- run_openmm_langevin_dynamics.pyruns4.1 KB
tests/
- test_run_openmm_langevin_dynamics.pyruns2.1 KB
- metadata.yaml1.3 KB
- refs.md262 B