We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73ae2e commit 4471d17Copy full SHA for 4471d17
dpgen/data/gen.py
@@ -587,7 +587,7 @@ def make_abacus_relax(jdata, mdata):
587
if "relax_kpt" not in jdata:
588
raise RuntimeError("Cannot find any k-points information.")
589
else:
590
- md_kpt_path = jdata["relax_kpt"]
+ relax_kpt_path = jdata["relax_kpt"]
591
assert os.path.isfile(relax_kpt_path), (
592
"file %s should exists" % relax_kpt_path
593
)
0 commit comments