Skip to content

Commit

Permalink
add boxl parameter for dry_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
florianjoerg authored Feb 23, 2024
1 parent 5103626 commit 9230ef9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protex/tests/test_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,7 @@ def test_dry_updates(caplog):
update = NaiveMCUpdate(ionic_liquid)
# initialize state update class
state_update = StateUpdate(update)
state_update.boxl = ionic_liquid.boxlength.value_in_unit(nanometers)
ionic_liquid.simulation.minimizeEnergy(maxIterations=200)
ionic_liquid.simulation.step(200)

Expand Down

0 comments on commit 9230ef9

Please sign in to comment.