Skip to content

Commit c94914c

Browse files
committed
update dp3.0.0 dpa2 model
1 parent 8047bfb commit c94914c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ase-dp/neb2sella_dp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
from deepmd.calculator import DP
2525

26-
model = "FeCHO-dpa210-30656.pt"
26+
model = "FeCHO-dpa220-100-30656.pt"
2727
n_neb_images = 8
2828
neb_fmax = 1.00 # neb should be rough
2929
sella_fmax = 0.05 # sella use neb guess

ase-dp/relax_dp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from deepmd.calculator import DP
88

99
# setting
10-
model = "FeCHO-dpa2-full.pt"
10+
model = "FeCHO-dpa220-100-30656.pt"
1111
optimizer = BFGS
1212
omp = 4
1313
out_traj = "relax.traj"

0 commit comments

Comments
 (0)