Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
wiederm committed Jun 8, 2024
1 parent 31f18ad commit a7484e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guardowl/protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def _setup_simulation(
sim.step(100)
temp = unit.Quantity(temp, unit.kelvin)
sim.integrator.setTemperature(temp)
if parameters.output_folderensemble == "npt":
if parameters.ensemble == "npt":
# FIXME
barostat = parameters.system.getForce(barostate_force_id)
barostat.setDefaultTemperature(temp)
Expand Down

0 comments on commit a7484e8

Please sign in to comment.