Understand Orb-v3 model naming conventions
mainOrb-v3 models follow the naming pattern orb-v3-X-Y-Z. Choose your configuration based on the following components:
X: Model Type
direct: Computes forces and stress directly. Faster and uses less memory.conservative: Computes forces and stress via backpropagation. Physically motivated for simulations like NVE Molecular Dynamics, but significantly slower and more memory-intensive.
Y: Maximum Neighbors per Atom
20: Finite cutoff. Reduces latency and memory usage but induces discontinuities in the Potential Energy Surface (PES), which can impact sensitive calculations like Hessians.inf: Unlimited neighbors. Ensures a continuous PES.
Z: Training Dataset
omat: Trained on the OMat24 dataset (bulk crystals). Generally generalizes well to organic molecules or slabs.mpa: Trained on the MPA dataset. Generally less performant; only use if required for specific benchmarks like Matbench Discovery.