Skip to content

Commit 4448973

Browse files
committed
bugfix
1 parent ba259d8 commit 4448973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/SchaMinimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ def check_stop(self):
13871387
print ()
13881388
print ("The gw gradient satisfy the convergence condition.")
13891389

1390-
if self.gradi_op == "gc" or not self.minim_struc:
1390+
if self.gradi_op == "gc" or not self.minim_struct:
13911391
total_cond = gc_cond
13921392
elif self.gradi_op == "gw" or not self.minim_dyn:
13931393
total_cond = gw_cond

0 commit comments

Comments
 (0)