Skip to content

Commit

Permalink
Add pretrained MACE (#34)
Browse files Browse the repository at this point in the history
* adding mace checkpoint

* update path

---------

Co-authored-by: wiederm <marcus.wieder@univie.ac.at>
  • Loading branch information
wiederm and wiederm authored Jun 7, 2024
1 parent 652a5bd commit 31f18ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions scripts/test_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ potentials:
precision: "64"
position_scaling: 10.0
output_scaling: 2623.368 # 4.184 * 627
model_path: "/guardowl/tests/data/physics-ml/mace"
model_path: "../guardowl/tests/data/physics-ml/mace"
device: "cuda"

- provider: "openmm-ml"
Expand Down Expand Up @@ -44,7 +44,7 @@ tests:
temperature: 300

- protocol: "waterbox_test"
edge_length: 25
edge_length: 15
ensemble: "npt"
annealing: false
nr_of_simulation_steps: 50
Expand Down

0 comments on commit 31f18ad

Please sign in to comment.