Qe analysis
Use when the task is to analyze completed or partially completed Quantum ESPRESSO results, including extracting total energies, convergence status, force summaries, comparing multiple QE runs, and summarizing pw.x output directories.From its SKILL.md
npx -y skills add chatmaterials/qe-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.4 KB, 266 tokens by cl100k_base, as published. Nobody here has run it
QE Analysis
Use this skill for post-run Quantum ESPRESSO result analysis rather than workflow setup.
When to use
- analyze a completed or incomplete QE run
- compare energies across multiple QE directories
- summarize SCF or ionic convergence from
pw.xoutput - write a compact report from existing QE results
Use the bundled helpers
scripts/analyze_qe_result.pySummarize a single QE result directory.scripts/compare_qe_results.pyCompare multiple QE result directories by energy and status.scripts/structure_change_qe.pyCompare two QE structures and summarize lattice or coordinate changes.scripts/analyze_qe_dos.pyExtract DOS-oriented summary data from QE DOS output.scripts/analyze_qe_band.pyExtract band-gap-oriented summary data from QE band output.scripts/analyze_qe_projwfc.pyExtract projected-orbital summary data from QE projwfc-like output.scripts/export_analysis_report.pyExport a markdown analysis report from a QE result directory.
Guardrails
- Do not treat incomplete scratch-dependent child runs as finalized results.
- Distinguish raw extraction from interpretation.
- If runs are not comparable, say so explicitly.
What ships with it: 24 files
22.2 KB alongside SKILL.md, 8 of them executable
agents/
- openai.yaml227 B
fixtures/
- compare/alpha/pseudo/Si.UPF30 B
- compare/alpha/relax.in440 B
- compare/alpha/relax.out187 B
- compare/beta/pseudo/Si.UPF30 B
- compare/beta/relax.in440 B
- compare/beta/relax.out187 B
- completed/bands.dat54 B
- completed/dos.dat62 B
- completed/projwfc.dat82 B
- completed/pseudo/Si.UPF30 B
- completed/relax.in440 B
- completed/relax.out187 B
scripts/
- analyze_qe_band.pyruns1.6 KB
- analyze_qe_dos.pyruns1.6 KB
- analyze_qe_projwfc.pyruns1.9 KB
- analyze_qe_result.pyruns3.0 KB
- compare_qe_results.pyruns1.2 KB
- export_analysis_report.pyruns3.0 KB
- run_regression.pyruns3.0 KB
- structure_change_qe.pyruns2.3 KB
- .gitignore34 B
- LICENSE1.1 KB
- README.md1.1 KB