Skip to content

Releases: ACEsuit/mace

v0.3.12

16 Mar 00:50
c1114f2
Compare
Choose a tag to compare

MACE 0.3.12 Release Notes

Versions support updates

  • Hot fix for test files that are not lists.
  • Standard variation is now extracted from the head config.

Please see our documentation for complete details on features and usage. If you encounter any issues, please report them on our GitHub Issues page.

v0.3.11

14 Mar 10:49
53df9ea
Compare
Choose a tag to compare

MACE 0.3.11 Release Notes

Versions support updates

Enhanced Dataset Processing

# Example configuration for LMDB
train_file: "/path/data1/:/path/data2/:/path/data3/"
valid_file: "/path/valid1.lmdb:/path/valid2.lmdb"
# Example configuration for different datasets
heads:
  QM7:
    train_file: ["data/qm7/train.xyz", "data/qm7/train.h5", "data/qm7/database/"]
    valid_file: ["data/qm7/valid.xyz", "data/qm7_h5/valid/"]
    test_file:  ["data/qm7/test.xyz", "data/qm7/test.h5"]

New Foundation Models

  • MACE-MPA-0: Improved accuracy for materials. New default foundation model when calling mace_mp().
  • MACE-OMAT-0: New model trained on the OMAT dataset with DFT (PBE+U) VASP 54.

Plotting training

  • Add automatic plotting of training, validation and test statistics after a training run. Two arguments added to mace_run_train command line interface:
--plot # activate or not the plotting, default True
--plot_frequency # If zero only at the end, else, each N epoch

image

Support for higher L and max_ell

  • Switch to cuequivariance generalized CG for L, max_ell or correlation that needs to use CG that were not pre computed in e3nn 0.4.4. Now can train models with arbitrary L and max_ell.

Installation

pip install --upgrade mace-torch

# For CUDA acceleration (CUDA 12)
pip install cuequivariance cuequivariance-torch cuequivariance-ops-torch-cu12
# For CUDA 11, use cuequivariance-ops-torch-cu11 instead

Please see our documentation for complete details on features and usage. If you encounter any issues, please report them on our GitHub Issues page.

Full Changelog: v0.3.10...v0.3.11

v0.3.10

04 Feb 11:55
0bcbdb6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.9...v0.3.10

v0.3.9

27 Nov 17:36
1ea5c55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.8...v0.3.9

v0.3.8

12 Nov 20:43
bd41231
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.7...v0.3.8

v0.3.7

02 Oct 18:02
118a514
Compare
Choose a tag to compare

Main new features

What's Changed

New Contributors

Full Changelog: v0.3.6...v0.3.7

v0.3.6

16 Jul 10:55
2d89108
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.5...v0.3.6

v0.3.5

10 Jun 10:20
dee204f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.4...v0.3.5

v0.3.4

16 Jan 15:51
6df8827
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

0.3.3

08 Jan 15:20
fc3c75c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3