Skip to content

Commit

Permalink
box stabilisation
Browse files Browse the repository at this point in the history
  • Loading branch information
JLittlef committed May 29, 2024
1 parent 180bcf2 commit a08302c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/openmmMD.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def energy_minimization(modeller):
init_state = simulation.context.getState(getEnergy=True, getPositions=True)
logging.info("Starting potential energy = %.9f kcal/mol"
% init_state.getPotentialEnergy().value_in_unit(kilocalories_per_mole))
simulation.minimizeEnergy
simulation.minimizeEnergy()
final_state = simulation.context.getState(getEnergy=True, getPositions=True)
logging.info("Starting potential energy = %.9f kcal/mol"
% final_state.getPotentialEnergy().value_in_unit(kilocalories_per_mole))
Expand Down

0 comments on commit a08302c

Please sign in to comment.