Skip to content

Releases: orbital-materials/orb-models

v0.6.2

18 Mar 16:13
a5f1a38

Choose a tag to compare

What's Changed

  • Reimplement from_ase_atoms_list with parallel Alchemi-based graph construction by @zdcao121 in #154
  • Fix enable/disable stress in finetune.py by @vsimkus in #155
  • Bump nvalchemiops==0.3.0 by @vsimkus in #157

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

11 Mar 21:43
12fd31d

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

0.6.0

04 Mar 22:23
d7aa220

Choose a tag to compare

What's Changed

  • Use sensible defaults for charge and spin in readme by @benrhodes26 in #121
  • Orbmol fixes clean by @timduignan in #122
  • Use pypi instead of nvidia repo for cuml by @vsimkus in #129
  • Highlight in MODELS.md that OrbMol models are for non-periodic systems only by @vsimkus in #126
  • Enhanced finetune.py with custom loss weights and reference energies by @timduignan in #133
  • More info in Error message ChargeSpinConditioner by @thomasloux in #141
  • Make wandb optional in finetune.py script by @vsimkus in #140
  • Alchemiops KNN+D3, TorchSim, Refactor by @vsimkus in #143
  • Fix custom ref energies shape in finetune.py by @vsimkus in #146
  • Remove StateDict as potential ModelInterface input torchsim. by @CompRhys in #147

New Contributors

Full Changelog: v0.5.5...v0.6.0

0.5.5

21 Aug 16:08
8de9a81

Choose a tag to compare

What's Changed

  • Update NaCl examples to use orb-v3 and streamline dependencies by @timduignan in #106
  • Fix conservative model loading for finetuning by @vsimkus in #112
  • correct_read_me_docs: docs: Update README.md by @evansdoe in #100
  • Add r_max as argument with default 6A. by @ameya98 in #115
  • Fix aggregate nodes when last batch in a graph has no edges/nodes by @vsimkus in #119
  • Omol models by @benrhodes26 in #120

New Contributors

Full Changelog: 0.5.4...v0.5.5

0.5.4

30 Apr 09:03
718f329

Choose a tag to compare

What's Changed

Full Changelog: 0.5.3...0.5.4

0.5.3

28 Apr 09:04
ef1808a

Choose a tag to compare

What's Changed

  • don't squash singleton dims in calc by @DeNeutoy in #89
  • force fp64 in brute force edge construction by @DeNeutoy in #91

Full Changelog: v0.5.2...0.5.3

0.5.2

14 Apr 18:51
a9c8c81

Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

0.5.1

10 Apr 17:53
2079db2

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

0.5.0

08 Apr 22:34
ea303c4

Choose a tag to compare

April 2025: We have released the Orb-v3 set of potentials. These models improve substantially over Orb-v2, in particular:

Model compilation using PyTorch 2.6.0+, enabling faster inference while maintaining support for dynamic graph sizes
Wider architecture (1024 vs 512) with fewer layers (5 vs 15) compared to v2, resulting in 2-3x faster performance with similar parameter count
Two variants available: direct models and conservative models (forces/stress computed via backpropagation)
Trained on the larger, more diverse OMat24 dataset
Improved edge embeddings using Bessel-Spherical Harmonic outer products (8 Bessel bases, Lmax=3)
Enhanced stability through Huber loss and a ZBL pair repulsion term added to forces
Models available with both unlimited neighbors and 20-neighbor maximum configurations
New confidence head providing intrinsic uncertainty estimates for predictions

v0.4.2

06 Feb 19:27
9c7d586

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2