Agent skill
topological
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/topological
SKILL.md
Topological Properties
Skills Index
| Skill | Description |
|---|---|
| z2-invariant | Z2 topological invariant via Wilson loops (z2pack) or parity analysis (Fu-Kane) |
| berry-curvature | Berry curvature, Chern number, and anomalous Hall conductivity |
Overview
These skills compute topological invariants and related quantities from DFT band structures. All workflows use Quantum ESPRESSO with spin-orbit coupling (SOC) as the DFT engine. Wannier90 provides smooth gauge for interpolation; z2pack and custom Python scripts compute invariants.
Common Requirements
- Fully relativistic pseudopotentials (FR-ONCV or PSlibrary
_relPPs) for SOC noncolin = .true.andlspinorb = .true.in QEpw.x- Dense k-grids for converged topological invariants
- Python packages:
numpy,matplotlib,z2pack(pip installable)
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?