Skip to content

Commit f7e49f3

Browse files
authored
Merge pull request #498 from fqgong/devel
delete dump.0.xyz in back_forward file
2 parents 1c18b1c + 722944e commit f7e49f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpgen/generator/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,7 @@ def run_model_devi (iter_index,
12051205
if use_plm:
12061206
forward_files += ['input.plumed']
12071207
# backward_files += ['output.plumed']
1208-
backward_files += ['output.plumed','COLVAR','dump.0.xyz']
1208+
backward_files += ['output.plumed','COLVAR']
12091209
if use_plm_path:
12101210
forward_files += ['plmpath.pdb']
12111211
elif model_devi_engine == "gromacs":

0 commit comments

Comments
 (0)