Skip to content

Commit

Permalink
Small bug in wfl.generate.md constant pressure
Browse files Browse the repository at this point in the history
  • Loading branch information
bernstei committed Oct 30, 2024
1 parent 918166a commit b734787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wfl/generate/md/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def _get_temperature(atoms):

if pressure_use is not None:
md_constructor = NPTBerendsen
stage_kwargs['pressure_au'] = pressure
stage_kwargs['pressure_au'] = pressure_use
stage_kwargs['compressibility_au'] = compressibility_au
stage_kwargs['taut'] = temperature_tau * fs
stage_kwargs['taup'] = pressure_tau * fs if pressure_tau is not None else temperature_tau * fs * 3
Expand Down

0 comments on commit b734787

Please sign in to comment.