Abinit analysis
Agent skill for ABINIT result analysis, including energies, DOS, bands, and compact reports.
npx -y skills add chatmaterials/abinit-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
- 1 stars1 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 ABINIT results, including extracting total energies, convergence or restart status, comparing multiple ABINIT runs, and summarizing .abo outputs.
SKILL.md
1.2 KB, as published. Nobody here has run it
ABINIT Analysis
Use this skill for post-run ABINIT result analysis rather than workflow setup.
When to use
- analyze a completed or incomplete ABINIT run
- compare energies across multiple ABINIT directories
- summarize status from
.abiand.abo - write a compact report from existing ABINIT results
Use the bundled helpers
scripts/analyze_abinit_result.pySummarize a single ABINIT result directory.scripts/compare_abinit_results.pyCompare multiple ABINIT result directories by energy and status.scripts/analyze_abinit_dos.pyExtract DOS-oriented summary data from ABINIT DOS output.scripts/analyze_abinit_band.pyExtract band-gap-oriented summary data from ABINIT band output.scripts/export_analysis_report.pyExport a markdown analysis report from an ABINIT result directory.
Guardrails
- Do not claim comparability when restart dependencies differ or runs are incomplete.
- Distinguish extracted quantities from scientific interpretation.