Skip to content

Commit 896399d

Browse files
committed
fix bug: vasp-neb ckpt
1 parent 8176b17 commit 896399d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gdpx/reactor/string/vasp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def _verify_checkpoint(self):
121121
"""
122122
verified = super()._verify_checkpoint()
123123
if verified:
124-
vasprun = self.directory / "01" / "vasprun.xml"
124+
vasprun = self.directory / "01" / "OUTCAR"
125125
if vasprun.exists() and vasprun.stat().st_size != 0:
126126
temp_frames = read(vasprun, ":")
127127
try:

0 commit comments

Comments
 (0)