md-equilibration

md-equilibration is a skill for Claude Code, Codex from SFETNI/Deep-Matter-Chem-Skills. It costs 4 tokens per session (9,334 once invoked), scanned A, original, MIT.

A process for preparing a molecular dynamics simulation before collecting results. Molecular dynamics models how atoms move, while equilibration lets an artificial starting setup settle into the chosen temperature, pressure, and density conditions.

In plain words
What is it for?
It helps choose temperature and pressure controls, set time steps and starting speeds, and check temperature, pressure, density, energy, and structure. It is used before production runs or after changing conditions.
Why use it?
Starting structures often do not represent the conditions being studied, so early measurements may be misleading. This process provides checks for whether key physical and structural measurements have settled.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps choose temperature and pressure controls, set time steps and starting speeds, and check temperature, pressure, density, energy, and structure. It is used before production runs or after changing conditions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sfetni/deep-matter-chem-skills/md-equilibration
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add SFETNI/Deep-Matter-Chem-Skills --skill md-equilibration
Clone the repo
git clone --depth 1 https://github.com/SFETNI/Deep-Matter-Chem-Skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for md-equilibration

README.md
[![agentmods](https://agentmods.dev/badge/skills/sfetni/deep-matter-chem-skills/md-equilibration/github.svg)](https://agentmods.dev/skills/sfetni/deep-matter-chem-skills/md-equilibration)
Your own site
<a href="https://agentmods.dev/skills/sfetni/deep-matter-chem-skills/md-equilibration"><img src="https://agentmods.dev/badge/skills/sfetni/deep-matter-chem-skills/md-equilibration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for md-equilibration

Your own site · 80×15
<a href="https://agentmods.dev/skills/sfetni/deep-matter-chem-skills/md-equilibration"><img src="https://agentmods.dev/badge/skills/sfetni/deep-matter-chem-skills/md-equilibration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 4 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,334 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00004 $0.09334
Opus 5 $0.00002 $0.04667
Sonnet 5 $0.00001 $0.01867
Haiku 4.5 $0.00000 $0.00933

Measured 11d ago against content hash 2f1f734c6368, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

md-equilibration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/atomistic-md/md-equilibration/SKILL.md · 602 lines

How it starts

The opening of the file, as written. The whole thing — 602 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MD Equilibration

Description

This skill covers the systematic process of bringing an atomistic simulation from its initial (often artificial) configuration to a state representative of the target thermodynamic ensemble before collecting production statistics. It addresses ensemble selection, thermostat and barostat time constants, timestep stability, velocity initialization, and quantitative criteria for detecting whether temperature, pressure, density, energy, and structural observables have converged. Invoke this skill before starting any production MD run, whenever changing thermodynamic conditions, and whenever diagnosing anomalous simulation behavior that may originate from incomplete equilibration.

Domain Context

An MD simulation starts from an initial configuration that is almost never a genuine sample from the target ensemble. Crystal structures from databases have zero-temperature geometry; liquid models begin from arbitrary packings; protein structures come from X-ray refinement at cryogenic conditions. The equilibration phase drives the system from this artificial starting point to a state where the time average of any observable is independent of when in the trajectory it is measured.

Three distinct processes happen during equilibration, each on its own timescale:

  1. Energy redistribution (thermalization): Kinetic energy assigned to all degrees of freedom reaches the target temperature. Timescale: tens to hundreds of picoseconds for most systems.
  2. Pressure and density relaxation: The simulation box adjusts to the target pressure. Timescale: typically 10–100× longer than thermalization for liquids; can be nanoseconds for dense polymers or glasses. [EXPERT REVIEW NEEDED]
  3. Structural relaxation: Local and global order parameters (RDF peaks, dihedral distributions, bond orientational order) reach their equilibrium values. This is the slowest and most system-dependent step. For crystalline systems, it may complete in picoseconds. For viscous liquids, glasses, or polymer melts, it may require microseconds of simulation time.

Read the full file on GitHub · 602 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 602 lines · 4 tokens per session scan A 2f1f734c6368

Subscribe to this mod's changes

md-equilibration is a skill published in the GitHub repository SFETNI/Deep-Matter-Chem-Skills (6 stars, last pushed 1mo ago), licensed MIT. It adds 4 tokens to every session and 9,334 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

datamol

Pythonic wrapper around RDKit with simplified interface and sensible defaults. Preferred for standard drug discovery including SMILES parsing, standardization, descriptors, fingerprints, clustering, 3D conformers, parallel processing. Returns native rdkit.Chem.Mol objects. For advanced control or custom parameters…

synthetic-sciences/openscience · 67 tokens

smiles-validation

Strict SMILES validation, structural comparison, and modification verification. Catches invalid LLM-generated molecules.

synthetic-sciences/openscience · 24 tokens

patsnap-biological-modality

Biological sequence and modality intelligence via Patsnap MCP.

patsnap/mcp · 19 tokens

patsnap-scientific-translational-evidence

Patsnap Scientific & Translational Evidence MCP for AI agents. Retrieval platform focusing on scientific literature and translational outcomes, covering academic publication queries and translational medicine record tracking.

patsnap/mcp · 47 tokens

patsnap-solution-engine

Patsnap TRIZ Concept Solution Engine MCP for AI agents. Generates innovation or product cost-reduction concepts through asynchronous TRIZ and TRIZ/DFMA workflows. Use for engineering problem solving, concept alternatives, cost-reduction analysis, task-progress retrieval, and selected-solution details.

patsnap/mcp · 64 tokens

patsnap-current-awareness

Patsnap Current Awareness MCP for AI agents. Tracking system for pharmaceutical industry dynamics and cutting-edge news, covering global medical news search and in-depth news detail mining.

patsnap/mcp · 39 tokens