We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba259d8 commit 4448973Copy full SHA for 4448973
1 file changed
Modules/SchaMinimizer.py
@@ -1387,7 +1387,7 @@ def check_stop(self):
1387
print ()
1388
print ("The gw gradient satisfy the convergence condition.")
1389
1390
- if self.gradi_op == "gc" or not self.minim_struc:
+ if self.gradi_op == "gc" or not self.minim_struct:
1391
total_cond = gc_cond
1392
elif self.gradi_op == "gw" or not self.minim_dyn:
1393
total_cond = gw_cond
0 commit comments