Skip to content

v0.3.0

Compare
Choose a tag to compare
@ilyes319 ilyes319 released this 09 Nov 17:28
· 576 commits to main since this release
d9526e4

This Release Introduces:

  1. Committee of models in the ASE calculator.
  2. Active learning for MD in the ASE script.
  3. Implementation of the Huber loss function.
  4. Can use dipole model within the ASE calculator.
  5. A LAMMPS wrapper for executing LAMMPS MD simulations.
  6. The matscipy neighbor list set as the default.
  7. Gaussian radial basis functions.
  8. Element-dependent radial basis functions using a MLP on the radial components and node features of the sender and receiver.
  9. MACE descriptors from the ASE calculator.
  10. A universal pretrained MACE model on the Materials Project, available as an ASE calculator.

Major Interface Changes:

  1. The scripts have been moved to mace/cli/ from the previous scripts directory to facilitate access.
  2. The mace_run_train command is now available if MACE is installed via pip.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0