Commit 5ec1679e by peastman

Merge pull request #61 from peastman/master

Do another energy minimization after annealing
parents 816500da b0f8f744
...@@ -829,6 +829,8 @@ class PDBFixer(object): ...@@ -829,6 +829,8 @@ class PDBFixer(object):
if nearest >= 0.13: if nearest >= 0.13:
break break
context.setState(state) context.setState(state)
context.setParameter('C', 1.0)
mm.LocalEnergyMinimizer.minimize(context)
state = context.getState(getPositions=True) state = context.getState(getPositions=True)
# Now create a new Topology, including all atoms from the original one and adding the missing atoms. # Now create a new Topology, including all atoms from the original one and adding the missing atoms.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment