kups.potential.mliap
¶
Machine learning interatomic potentials (MLIAPs).
This module provides interfaces to machine learning models for computing atomic energies and forces. MLIAPs offer quantum-mechanical accuracy at classical force field computational cost, enabling accurate simulations of complex systems.
Available Models¶
- tojax: Generic jaxified MLFF models (exported JAX)
- local: Local MLIAP with single message passing and incremental updates
- torch.mace: PyTorch MACE models via TorchModuleWrapper
- interface: Generic MLIAP potential factory
MLIAPs are trained on ab initio data and can capture complex many-body interactions, bond breaking/forming, and reactive chemistry that classical force fields cannot.