Skip to content

Commit

Permalink
keep original model_devi.out files for pimd (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi-FanLi authored Mar 3, 2024
1 parent b1ea0e9 commit e7b4311
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dpgen/generator/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -2185,8 +2185,6 @@ def _read_model_devi_file(
model_devi_content.shape[0] == model_devi_contents[0].shape[0]
for model_devi_content in model_devi_contents
), "Not all beads generated the same number of lines in the model_devi$\{ibead\}.out file. Check your pimd task carefully."
for file in model_devi_files_sorted:
os.remove(file)
last_step = model_devi_contents[0][-1, 0]
for ibead in range(1, num_beads):
model_devi_contents[ibead][:, 0] = model_devi_contents[ibead][
Expand Down

0 comments on commit e7b4311

Please sign in to comment.