Universal and specialized machine learning interatomic potentials for
Scanned 9/4/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry-data --skill mlip-guide --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mlip Guide?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-mlip-guide-claude-skill-registry-data)More formats (shields.io, HTML) on the badges page.
---
name: mlip-guide
description: Universal and specialized machine learning interatomic potentials for
rapid atomistic simulation without DFT. Covers model selection, usage patterns,
validation strategies, and known limitations.
---
---
name: mlip-guide
description: Machine Learning Interatomic Potentials (MLIPs) (4 sub-skills: mace-advanced, mlip-validation, torchsim-batch, universal-mlip)
---
# Machine Learning Interatomic Potentials (MLIPs)
Universal and specialized machine learning interatomic potentials for rapid atomistic simulation without DFT. Covers model selection, usage patterns, validation strategies, and known limitations.
## Sub-Skills
| Sub-Skill | Directory | Description |
|---|---|---|
| Universal MLIPs | `universal-mlip/` | MACE-MP-0, CHGNet, M3GNet/MatGL, SevenNet-0: setup, usage, benchmarking, and validation against DFT |
| TorchSim Batch GPU | `torchsim-batch/` | GPU-accelerated batch MD and optimization with TorchSim: 10-100x speedup, auto-batching, parallel relaxation and screening |
## Method Decision Guide
```
What do you need MLIPs for?
Quick geometry relaxation / screening many structures?
--> universal-mlip/ (MACE-MP-0 medium is fastest, CHGNet is a good alternative)
--> torchsim-batch/ (GPU available? 10-100x faster batch relaxation with TorchSim)
Molecular dynamics (phonons, thermal, diffusion)?
--> universal-mlip/ (MACE-MP-0 large for best accuracy)
--> torchsim-batch/ (GPU available? TorchSim for 10-100x faster MD on GPU)
Elastic constants / equation of state?
--> universal-mlip/ (any universal MLIP; validate against DFT for novel systems)
Band gaps / electronic properties / magnetic ordering?
--> MLIPs CANNOT predict these. Use Quantum ESPRESSO DFT instead.
System contains rare elements / extreme conditions?
--> Validate MLIP against DFT first; MLIPs may extrapolate poorly.
```
## Pre-installed vs. Installable
| MLIP | Status | Install Command |
|---|---|---|
| MACE-MP-0 | Pre-installed | -- |
| CHGNet | pip install | `pip install chgnet` |
| M3GNet (MatGL) | pip install | `pip install matgl` |
| SevenNet | pip install | `pip install sevenn` |
| ORB Models | pip install | `pip install orb-models` |
| TorchSim | pip install | `pip install torch-sim` (requires PyTorch + CUDA for GPU) |
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!