Lammps analysis
Use when the task is to analyze completed or failed LAMMPS simulations, including thermo extraction, run-status interpretation, comparing multiple log.lammps outputs, and summarizing restart or force-field issues from finished runs.From its SKILL.md
npx -y skills add chatmaterials/lammps-analysisAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 167 tokens by cl100k_base, as published. Nobody here has run it
LAMMPS Analysis
Use this skill for post-run LAMMPS result analysis rather than workflow setup.
When to use
- analyze a completed or failed LAMMPS run
- compare thermo endpoints across multiple log files
- summarize NaN, error, or completion status from
log.lammps - write a compact report from existing LAMMPS results
Use the bundled helpers
scripts/analyze_lammps_result.pySummarize a single LAMMPS result directory.scripts/compare_lammps_results.pyCompare multiple LAMMPS result directories by last thermo values and status.
Guardrails
- Do not treat NaN or error-ending logs as meaningful equilibrated results.
- Distinguish raw thermo extraction from scientific interpretation.
What ships with it: 16 files
7.5 KB alongside SKILL.md, 3 of them executable
agents/
- openai.yaml229 B
fixtures/
scripts/
- analyze_lammps_result.pyruns2.0 KB
- compare_lammps_results.pyruns1.2 KB
- run_regression.pyruns1.2 KB
- .gitignore34 B
- LICENSE1.1 KB
- README.md819 B