From 620a54fb130ffcae09712fc4f565de9e4f2ce9d7 Mon Sep 17 00:00:00 2001 From: Jennifer Wei <97625454+jnwei@users.noreply.github.com> Date: Sat, 26 Apr 2025 05:06:20 +0700 Subject: [PATCH] Update amber_minimize.py small fix to spacing --- openfold/np/relax/amber_minimize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfold/np/relax/amber_minimize.py b/openfold/np/relax/amber_minimize.py index c331778..43d9337 100644 --- a/openfold/np/relax/amber_minimize.py +++ b/openfold/np/relax/amber_minimize.py @@ -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()