'Skills for modeling chemical disorder in alloys: generating representative
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill alloy-disorder --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Alloy Disorder?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-alloy-disorder-claude-skill-registry)More formats (shields.io, HTML) on the badges page.
---
name: alloy-disorder
description: 'Skills for modeling chemical disorder in alloys: generating representative
structures, fitting energy models, and predicting thermodynamic properties (phase
diagrams, order-disorder transitions).'
---
---
name: alloy-disorder
description: Alloy Disorder Modeling (2 sub-skills: cluster-expansion, sqs-generation)
---
# Alloy Disorder Modeling
## Overview
Skills for modeling chemical disorder in alloys: generating representative structures, fitting energy models, and predicting thermodynamic properties (phase diagrams, order-disorder transitions).
## Sub-skills
| Skill | Path | Description |
|-------|------|-------------|
| [SQS Generation](sqs-generation/SKILL.md) | `sqs-generation/` | Generate Special Quasirandom Structures to model random alloys in small periodic cells. Uses icet or pymatgen with Monte Carlo optimization. |
| [Cluster Expansion](cluster-expansion/SKILL.md) | `cluster-expansion/` | Fit lattice energy models (cluster expansions) to MACE/QE data. Run Monte Carlo simulations for phase diagrams and order-disorder temperatures. |
## Typical Workflow
1. **SQS Generation** -- Build a representative disordered structure for a target composition.
2. **Relax with MACE or QE** -- Obtain ground-state geometry and energy.
3. **Cluster Expansion** -- Fit a Hamiltonian across many compositions, then run Monte Carlo for finite-temperature thermodynamics.
## Prerequisites
```bash
pip install icet sqsgenerator
# Already available: pymatgen, ase, mace-torch, numpy, scipy, matplotlib
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!