Update amber_minimize.py

small fix to spacing
This commit is contained in:
Jennifer Wei
2025-04-26 05:06:20 +07:00
committed by GitHub
parent a5433c3af6
commit 620a54fb13

View File

@@ -440,7 +440,7 @@ def _run_one_iteration(
exclude_residues = exclude_residues or []
# Assign physical dimensions.
tolerance = tolerance * FORCE
tolerance = tolerance * FORCE
stiffness = stiffness * ENERGY / (LENGTH ** 2)
start = time.perf_counter()