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 aabb634 commit c3e218dCopy full SHA for c3e218d
varipeps/ctmrg/routine.py
@@ -800,7 +800,7 @@ def calc_ctmrg_env(
800
if not new_chi in already_tried_chi:
801
working_unitcell = working_unitcell.change_chi(new_chi)
802
803
- if logger.isEnabledFor(logging.info):
+ if logger.isEnabledFor(logging.INFO):
804
logger.info(
805
"Decreasing chi to %d since smallest SVD Norm was %.3e or routine did not converge.",
806
new_chi,
0 commit comments