This page summarizes selected features or options of older nequip
versions and what replaced them in nequip>=0.7.0
.
Importing, restarting, or migrating models or training runs from pre-0.7.0 versions of `nequip` is not supported. Please use Python environment management to maintain separate installations of older `nequip` versions to keep working with that data, if necessary.
nequip-evaluate
is replaced by using thetest
run type withnequip-train
with theTestTimeXYZFileWriter
callbacknequip-deploy
(which previously generates a TorchScript.pth
file) is replaced bynequip-compile
(see compilation docs) that can produce either a TorchScript.nequip.pth
file or an AOT Inductor.nequip.pt2
file to be used for inference tasks in our integrations such as ASE and LAMMPS.nequip-benchmark
has been removed as a feature.