Skip to content

Commit

Permalink
Merge branch 'hiphive' into hiphive_trial
Browse files Browse the repository at this point in the history
  • Loading branch information
hrushikesh-s authored Mar 1, 2024
2 parents 3b93a06 + 30940f5 commit 4851a45
Show file tree
Hide file tree
Showing 3 changed files with 2,108 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/atomate2/common/jobs/phonons.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ def run_phonon_displacements(
outputs["uuids"] = [phonon_job.output.uuid] * len(displacements)
outputs["dirs"] = [phonon_job.output.dir_name] * len(displacements)
outputs["forces"] = phonon_job.output.output.all_forces
outputs["structure"].append(phonon_job.output.output.structure)
else:
for idx, displacement in enumerate(displacements):
if prev_dir is not None:
Expand Down
1 change: 0 additions & 1 deletion src/atomate2/vasp/flows/hiphive.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,3 @@ def prev_calc_dir_argname(self) -> str:
calculations are performed for each ordering (relax -> static)
"""
return "prev_dir"

Loading

0 comments on commit 4851a45

Please sign in to comment.