Skip to content

Commit

Permalink
Merge branch 'lmp-pimd' of github.com:zjgemi/dpgen2 into lmp-pimd
Browse files Browse the repository at this point in the history
  • Loading branch information
zjgemi committed Oct 3, 2024
2 parents 1ba5fff + 679035f commit 13ab3aa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dpgen2/exploration/task/lmp_template_task_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,9 @@ def revise_lmp_input_dump(lmp_lines, trj_freq, pimd_bead=None):
lmp_traj_file_name = (
lmp_pimd_traj_name % pimd_bead if pimd_bead is not None else lmp_traj_name
)
lmp_lines[idx] = (
f"dump dpgen_dump all custom %d {lmp_traj_file_name} id type x y z"
% trj_freq
)
lmp_lines[
idx
] = f"dump dpgen_dump all custom {trj_freq} {lmp_traj_file_name} id type x y z"
return lmp_lines


Expand Down

0 comments on commit 13ab3aa

Please sign in to comment.