Skip to content

Releases: orbital-materials/orb-models

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

v0.4.1

20 Dec 17:22
3429cd6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0 - Orb V2

15 Oct 20:39
802c865

Choose a tag to compare

What's Changed

Oct 2024: We have released a new version of the models, orb-v2. This version has 2 major changes:

  • v2 models use a smoothed cosine distance cutoff for the attention mechanism. This is a more physically motivated cutoff that is better suited for MPNNs.
  • The force predictions now have net zero forces, meaning they are much more stable for MD simulations.
  • The models are generally more accurate (Increase in 2-3% on the matbench discovery dataset).

Relevant PRs

Full Changelog: v0.3.2...v0.4.0

V0.3.2

13 Sep 10:51
aa4837f

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2