Skip to content

Commit a188055

Browse files
philihpsJanLuca
authored andcommitted
Include maxiter for linear solver during grad fixed point calc
1 parent f1465fe commit a188055

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

varipeps/ctmrg/routine.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,6 +1088,7 @@ def f_gmres(w):
10881088
new_unitcell_bar,
10891089
solve_method="batched" if is_gpu else "incremental",
10901090
atol=config.ad_custom_convergence_eps,
1091+
maxiter=config.ad_custom_max_steps,
10911092
)
10921093

10931094
return v, e

0 commit comments

Comments
 (0)