ワンクリックで
mlip-guide
Machine Learning Interatomic Potentials (MLIPs) (4 sub-skills: mace-advanced, mlip-validation, torchsim-batch, universal-mlip)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Machine Learning Interatomic Potentials (MLIPs) (4 sub-skills: mace-advanced, mlip-validation, torchsim-batch, universal-mlip)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
General-purpose research tools index: literature search, plotting, document creation, data analysis, symbolic math. READ THIS when performing non-computation tasks.
Electronic Structure Calculations (8 sub-skills: band-structure, convergence-testing, density-of-states, inverse-participation-ratio, projected-dos, scf-relax, spatially-resolved-dos, vasp-bands)
Structure Tools Skills (8 sub-skills: advanced-optimization, format-conversion, input-generation, pdf-analysis, structure-editing, structure-matching, symmetry-analysis, xrd-pattern)
Alloy Disorder Modeling (2 sub-skills: cluster-expansion, sqs-generation)
Catalysis and Electrochemistry Toolkit (6 sub-skills: band-center, imaginary-freq-correction, implicit-solvation, neb-analysis, reaction-kinetics, thermal-corrections)
Defects and Reactions (13 sub-skills: activation-relaxation-technique, adsorption-energy, configuration-coordinate, defect-thermodynamics, interstitial-defect, migration-barrier, neb-transition-state, point-defect, reaction-pathway,
| name | mlip-guide |
| description | Machine Learning Interatomic Potentials (MLIPs) (4 sub-skills: mace-advanced, mlip-validation, torchsim-batch, universal-mlip) |
Universal and specialized machine learning interatomic potentials for rapid atomistic simulation without DFT. Covers model selection, usage patterns, validation strategies, and known limitations.
| 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 |
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.
| 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) |