Agent skill
thermoconductivity
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/thermoconductivity
SKILL.md
Thermal Conductivity
Skills Index
| Skill | Path | Description |
|---|---|---|
| Lattice Thermal Conductivity | lattice-thermal-conductivity/ |
Compute lattice thermal conductivity via phono3py (BTE), Green-Kubo MD, or QE+phono3py. Covers 2nd/3rd order force constants, linearized Boltzmann transport equation, and heat-flux autocorrelation methods. |
Method Quick Reference
- Method A (ASE + MACE + phono3py): Fastest. Uses MACE ML potential for forces, phono3py for 3rd-order IFCs and BTE solution. Best for rapid screening.
- Method B (Green-Kubo MD): Classical MD with MACE. Heat flux autocorrelation integrated via Green-Kubo relation. Good for high-T or strongly anharmonic systems.
- Method C (QE + phono3py): DFT-accurate. Uses Quantum ESPRESSO SCF for forces on displaced supercells, phono3py for BTE. Most expensive but most reliable.
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?