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 7b8e2b3 commit 23cf09fCopy full SHA for 23cf09f
varipeps/optimization/optimizer.py
@@ -35,7 +35,7 @@
35
from varipeps.utils.random import PEPS_Random_Number_Generator
36
from varipeps.utils.slurm import SlurmUtils
37
from varipeps.contractions import apply_contraction_jitted
38
-from varipeps.utils.debug_print import debug_print
+from varipeps.utils.logging_config import ensure_logging_configured
39
40
from .inner_function import (
41
calc_ctmrg_expectation,
@@ -565,6 +565,7 @@ def optimize_peps_network(
565
final expectation value. See the type definition for other possible
566
fields.
567
"""
568
+ ensure_logging_configured()
569
logger.info("🛠️ Starting optimization ... ")
570
rng = PEPS_Random_Number_Generator.get_generator(backend="jax")
571
0 commit comments