Skip to content

Commit

Permalink
yet another correction (data type issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
loeflerm committed Aug 22, 2024
1 parent 5831afe commit 6dab962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformato/bin/drude_openmm_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
print(simulation.context.getState(getEnergy=True).getPotentialEnergy())


if args.sim:
if args.sim.lower() == 'true':

# Drude VirtualSites
simulation.context.computeVirtualSites()
Expand Down

0 comments on commit 6dab962

Please sign in to comment.