Skip to content

Releases: ClementiGroup/mlcg

0.1.2

10 Dec 17:36

Choose a tag to compare

This release includes several upgrades:

  • Minor improvements in feature extraction for old PyG models.
  • Improved compilation engine:
    • Avoids compilation in problematic cases.
    • Automatically retries using torch._dynamo.config.suppress_errors to detect non-compilable code paths and fall back to eager mode when needed.
  • Modernization of the repository structure.

Full Changelog: v0.1.1...v0.1.2

0.1.1

24 Oct 13:33

Choose a tag to compare

This release includes some important upgrades:

  • Allow for compilation of models for simulation.
  • Increase the torch version to 2.6.
  • Minor fixes regarding installation instructions.

0.1.0

01 Oct 16:21

Choose a tag to compare

The release incorporates very important new features:

  • Added Allegro and So3krates as new possible architectures, as well as a complete new design of MACE based on the current version.
  • Update the pytorch lightning version from 1.9.4 to 2.2.1. We include scripts/mlcg-adapt-training-yaml.py to adapt old training yaml scripts.
  • Add automatic testing of the examples.

0.0.4

08 Aug 10:07

Choose a tag to compare

Small changes including:

  • Split the mlcg/nn/prior.py monolith into several individual files for easier manipulation.
  • Fixed a problem where PTSimulation was not restarting sims from the ckpt coordinates if the specialize_prior was not set.
  • Ensured the examples/input_yamls files are compatible with pytorch lightning 1.9.4

0.0.3

21 May 14:59
24ad177

Choose a tag to compare

This release incorporates some relevant changes such as:

  • Improving the documentation about the units correlation in simulation.
  • Adding a Quartic Prior
  • Fixing a bug of the initial velocities in simulation when using units that were not kcal/mol

0.0.2

05 Mar 16:50

Choose a tag to compare

Version 0.0.2

This release has incorporated some relevant changes:

  • Corrected some bugs occurring when only using the energy as output
  • Added the option to exclude some neighbors from the Schnet computation.
  • Refactored the examples folder

0.0.1

31 Jan 16:50
61306f6

Choose a tag to compare

First Release

This is the code for training and simulating machine learned, coarse grained models for proteins.