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 405540c commit 8888e7bCopy full SHA for 8888e7b
varipeps/optimization/optimizer.py
@@ -34,6 +34,7 @@
34
from varipeps.ctmrg import CTMRGNotConvergedError, CTMRGGradientNotConvergedError
35
from varipeps.utils.random import PEPS_Random_Number_Generator
36
from varipeps.utils.slurm import SlurmUtils
37
+from varipeps.utils.logging_config import ensure_logging_configured
38
39
from .inner_function import (
40
calc_ctmrg_expectation,
@@ -500,6 +501,7 @@ def optimize_peps_network(
500
501
final expectation value. See the type definition for other possible
502
fields.
503
"""
504
+ ensure_logging_configured()
505
logger.info("🛠️ Starting optimization ... ")
506
rng = PEPS_Random_Number_Generator.get_generator(backend="jax")
507
0 commit comments