File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ class PEPS_AD_Config:
65
65
ctmrg_verbose_output (:obj:`bool`):
66
66
Print verbose output in CTMRG routine.
67
67
ctmrg_truncation_eps (:obj:`float`):
68
- Value for cut off of singular values compared to the biggest one. Used
69
- in calculation of CTMRG projectors.
68
+ Value for cut off of the sqrt of the singular values compared to the
69
+ biggest one. Used in the calculation of the CTMRG projectors.
70
70
ctmrg_fail_if_not_converged (:obj:`bool`):
71
71
Flag if the CTMRG routine should fail with an error if no convergence
72
72
can be reached within the maximal number of steps.
Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ def calc_ctmrg_env(
402
402
new_truncation_eps
403
403
<= peps_ad_config .ctmrg_increase_truncation_eps_max_value
404
404
):
405
- print (f"CTMRG: Increasing SVD truncation eps to { new_truncation_eps } ." )
405
+ print (f"CTMRG: Increasing sqrt( SVD) truncation eps to { new_truncation_eps } ." )
406
406
peps_ad_global_state .ctmrg_effective_truncation_eps = new_truncation_eps
407
407
working_unitcell = unitcell
408
408
continue
You can’t perform that action at this time.
0 commit comments