Topology analysis
Use when the task is to analyze topological quantities from DFT or Wannier-based outputs, including compact topological invariant summaries, Wilson-loop winding summaries, surface-state or arc-spectrum summaries, evidence consistency scoring, mode-specific candidate ranking, and markdown reports from finished calculations.From its SKILL.md
npx -y skills add chatmaterials/topology-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.6 KB, 260 tokens by cl100k_base, as published. Nobody here has run it
Topology Analysis
Use this skill for topology-oriented post-processing rather than generic workflow setup.
When to use
- summarize a topological invariant result
- inspect Wilson-loop winding output
- summarize a surface-state or Fermi-arc spectrum
- combine invariant, Wilson-loop, and surface evidence into a compact confidence-style screening view
- rank multiple topological candidates in balanced, bulk, or surface-focused modes
- write a compact topology-analysis report from existing results
Use the bundled helpers
scripts/analyze_topological_invariant.pySummarize a simple invariant result.scripts/analyze_wilson_loop.pySummarize a Wilson-loop winding dataset.scripts/analyze_surface_spectrum.pySummarize a surface-state or arc spectrum.scripts/compare_topology_candidates.pyRank multiple topological candidates from invariant, Wilson-loop, and surface-spectrum descriptors.scripts/export_topology_report.pyExport a markdown topology-analysis report.
Guardrails
- Do not confuse a single descriptor with a full topological classification.
- State whether the result comes from a band-structure, Wannier, or surface-spectrum source.
- Distinguish raw post-processing output from a full physical interpretation.
What ships with it: 20 files
22.1 KB alongside SKILL.md, 6 of them executable
agents/
- openai.yaml279 B
fixtures/
- candidates/ambiguous/invariant.dat13 B
- candidates/ambiguous/surface_spectrum.dat47 B
- candidates/ambiguous/wilson_loop.dat54 B
- candidates/trivial/invariant.dat13 B
- candidates/trivial/surface_spectrum.dat47 B
- candidates/trivial/wilson_loop.dat54 B
- invariant/invariant.dat13 B
- surface/surface_spectrum.dat47 B
- wilson/wilson_loop.dat54 B
references/
- topology.md734 B
scripts/
- analyze_surface_spectrum.pyruns1.8 KB
- analyze_topological_invariant.pyruns2.2 KB
- analyze_wilson_loop.pyruns1.8 KB
- compare_topology_candidates.pyruns4.3 KB
- export_topology_report.pyruns4.0 KB
- run_regression.pyruns4.0 KB
- .gitignore34 B
- LICENSE1.1 KB
- README.md1.6 KB