Unverified Commit 620a54fb authored by Jennifer Wei's avatar Jennifer Wei Committed by GitHub
Browse files

Update amber_minimize.py

small fix to spacing
parent a5433c3a
...@@ -440,7 +440,7 @@ def _run_one_iteration( ...@@ -440,7 +440,7 @@ def _run_one_iteration(
exclude_residues = exclude_residues or [] exclude_residues = exclude_residues or []
# Assign physical dimensions. # Assign physical dimensions.
tolerance = tolerance * FORCE tolerance = tolerance * FORCE
stiffness = stiffness * ENERGY / (LENGTH ** 2) stiffness = stiffness * ENERGY / (LENGTH ** 2)
start = time.perf_counter() start = time.perf_counter()
......
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