A PyTorch-based library for building and training equivariant neural network potentials, supporting E(3)-equivariant message passing architectures. Current version 0.4.5, with monthly release cadence.
pip install nequixNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal training loop. Requires data in supported format (e.g., .xyz). See https://docs.nequip.org for full example.
Update config files to use new 'model_builders' key. Refer to migration guide in GitHub release notes.
Always use absolute paths or set the working directory before script execution.
Replace `from nequip.scripts.train import main` with command-line `nequip-train`. See docs for CLI usage.