v0.3.0
This Release Introduces:
- Committee of models in the ASE calculator.
- Active learning for MD in the ASE script.
- Implementation of the Huber loss function.
- Can use dipole model within the ASE calculator.
- A LAMMPS wrapper for executing LAMMPS MD simulations.
- The matscipy neighbor list set as the default.
- Gaussian radial basis functions.
- Element-dependent radial basis functions using a MLP on the radial components and node features of the sender and receiver.
- MACE descriptors from the ASE calculator.
- A universal pretrained MACE model on the Materials Project, available as an ASE calculator.
Major Interface Changes:
- The scripts have been moved to
mace/cli/
from the previousscripts
directory to facilitate access. - The
mace_run_train
command is now available if MACE is installed via pip.
What's Changed
- merge readme edits to develop by @davkovacs in #76
- Require stress in shape (3,3) or (6,) by @LarsSchaaf in #77
- Committee error by @LarsSchaaf in #78
- Doc update by @ilyes319 in #85
- no gradient with respect to model params in eval by @davkovacs in #83
- Update active_learning_md.py by @sandipde in #89
- Update utils.py by @sandipde in #91
- Huberloss by @ilyes319 in #96
- not break if exponential LR by @bigd4 in #98
- hopefully limit unnecessary memory use. by @wcwitt in #103
- ASE calculator refactor and jit dipole models by @davkovacs in #95
- Fix unweighted EnergyForcesLoss by @chaitjo in #100
- Lammps wrapper by @wcwitt in #108
- Update Installation by @ilyes319 in #129
- matscipy neighbour list as default by @ilyes319 in #116
- Gaussian radial basis and element dependent radial by @ilyes319 in #131
- MACE descriptors by @ilyes319 in #144
- Add readme section 'Pretrained Universal MACE Checkpoints' by @janosh in #188
- fix table of content readme by @ilyes319 in #190
- Scripts entrypoints by @bernstei in #178
- add foundations model calculators by @ilyes319 in #204
- add deprecated model_path arg to asse calculator by @davkovacs in #209
- MACE 0.3.0 release by @ilyes319 in #142
New Contributors
- @LarsSchaaf made their first contribution in #77
- @sandipde made their first contribution in #89
- @bigd4 made their first contribution in #98
- @chaitjo made their first contribution in #100
Full Changelog: v0.2.0...v0.3.0