agentsclimarketplace

Vasp analysis

Skill chatmaterials/vasp-analysis

Agent skill for VASP result analysis, including energies, DOS, bands, magnetism, voltage, and NEB.

Install
npx -y skills add chatmaterials/vasp-analysis

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 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.

What its author says it does

Copied from the file, not written here

Use when the task is to analyze completed or partially completed VASP results, including energy extraction, convergence interpretation, structure or force summaries, comparing multiple VASP runs, and writing compact reports from OUTCAR, OSZICAR, INCAR, or POSCAR.

SKILL.md

1.7 KB, as published. Nobody here has run it

VASP Analysis

Use this skill for post-run VASP result analysis rather than workflow setup.

When to use

  • analyze a completed or incomplete VASP run
  • compare energies across multiple VASP directories
  • summarize convergence, forces, or status from OUTCAR and OSZICAR
  • write a compact status or comparison report from existing results

Use the bundled helpers

  • scripts/analyze_vasp_result.py Summarize a single VASP result directory.
  • scripts/compare_vasp_results.py Compare multiple VASP result directories by energy and status.
  • scripts/structure_change_vasp.py Compare two VASP structures and summarize lattice or coordinate changes.
  • scripts/analyze_vasp_dos.py Extract DOS-oriented summary data from DOSCAR.
  • scripts/analyze_vasp_band.py Extract band-gap-oriented summary data from EIGENVAL.
  • scripts/analyze_vasp_magnetism.py Extract total and local magnetic moments from OUTCAR.
  • scripts/analyze_vasp_voltage.py Estimate an average insertion voltage from two VASP states.
  • scripts/analyze_vasp_neb.py Estimate a simple NEB barrier from numbered VASP image directories.
  • scripts/export_analysis_report.py Export a markdown analysis report from a VASP result directory.

Guardrails

  • Do not claim a scientific conclusion from an incomplete or unconverged run.
  • Distinguish raw extraction from interpretation.
  • If directories are not numerically comparable, say so plainly.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.