Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/source/user_guide/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,20 @@ orb-v3-consv-inf-omat
kwargs:
name: "orb_v3_conservative_inf_omat"

orb-v3-direct-inf-omat
----------------------

.. code-block:: yaml

orb-v3-direct-inf-omat:
module: orb_models.inference.calculator
class_name: OrbCalc
device: "cpu"
trained_on_dispersion: false
level_of_theory: PBE
kwargs:
name: "orb_v3_direct_inf_omat"

orb-v3-consv-omol
-----------------

Expand Down
9 changes: 9 additions & 0 deletions ml_peg/models/models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@ orb-v3-consv-inf-omat:
kwargs:
name: "orb_v3_conservative_inf_omat"

orb-v3-direct-inf-omat:
module: orb_models.inference.calculator
class_name: OrbCalc
device: "cpu"
trained_on_dispersion: false
level_of_theory: PBE
kwargs:
name: "orb_v3_direct_inf_omat"

orb-v3-consv-omol:
module: orb_models.forcefield.inference.calculator
class_name: OrbCalc
Expand Down
Loading