Skip to content

Commit

Permalink
update dp3.0.0 dpa2 model
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumMisaka committed Aug 26, 2024
1 parent 8047bfb commit c94914c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ase-dp/neb2sella_dp.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from deepmd.calculator import DP

model = "FeCHO-dpa210-30656.pt"
model = "FeCHO-dpa220-100-30656.pt"
n_neb_images = 8
neb_fmax = 1.00 # neb should be rough
sella_fmax = 0.05 # sella use neb guess
Expand Down
2 changes: 1 addition & 1 deletion ase-dp/relax_dp.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from deepmd.calculator import DP

# setting
model = "FeCHO-dpa2-full.pt"
model = "FeCHO-dpa220-100-30656.pt"
optimizer = BFGS
omp = 4
out_traj = "relax.traj"
Expand Down

0 comments on commit c94914c

Please sign in to comment.