Agent skill
wannier-functions
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/wannier-functions
SKILL.md
Wannier Functions
Overview
This skill group covers the construction of maximally localized Wannier functions (MLWFs) from DFT Bloch states. Wannier functions provide a real-space, localized representation of electronic structure that enables tight-binding model construction, Wannier-interpolated band structures, topological invariant calculations, and electron-phonon coupling.
Sub-Skills
| Sub-Skill | Directory | Description |
|---|---|---|
| Wannier90 Workflow | wannier90-workflow/ |
Full QE + Wannier90 pipeline: SCF, NSCF, wannierization, band interpolation, spread minimization |
Method Decision Guide
Need Wannier functions or tight-binding Hamiltonian?
YES --> wannier90-workflow/
Need topological invariants (Z2, Chern number)?
YES --> wannier90-workflow/ (then use WannierTools or custom Z2 script)
Need Wannier-interpolated band structure?
YES --> wannier90-workflow/ (produces smooth interpolated bands on arbitrary k-paths)
Need electron-phonon coupling via Wannier interpolation?
YES --> wannier90-workflow/ (provides the Wannier basis for EPW)
Common Prerequisites
- Quantum ESPRESSO: pw.x for SCF/NSCF, pw2wannier90.x for interface.
- Wannier90: wannier90.x binary or Python interface. If the binary is not available, the workflow explains alternatives.
- Pseudopotentials: SSSP or PSlibrary UPF files (see
electronic-structure/scf-relaxskill). - Python packages: pymatgen, numpy, matplotlib for post-processing.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?