diff --git a/python/energy_flow_proper/08_dynamic_one_bath/cutoff_dep.py b/python/energy_flow_proper/08_dynamic_one_bath/cutoff_dep.py index 8d23af6..2e54780 100644 --- a/python/energy_flow_proper/08_dynamic_one_bath/cutoff_dep.py +++ b/python/energy_flow_proper/08_dynamic_one_bath/cutoff_dep.py @@ -9,7 +9,7 @@ import plot_utils as pu import ray ray.shutdown() -ray.init(address="auto") +ray.init() from hops.util.logging_setup import logging_setup import logging @@ -67,6 +67,8 @@ for ω_c in ωs: ω_models.append(final.copy()) +ω_models[5].δ + aux.integrate_multi(ω_models, 10_000) print(es.models_table(ω_models)) diff --git a/python/energy_flow_proper/08_dynamic_one_bath/mod_tune.py b/python/energy_flow_proper/08_dynamic_one_bath/mod_tune.py index 6b37a00..344b4a8 100644 --- a/python/energy_flow_proper/08_dynamic_one_bath/mod_tune.py +++ b/python/energy_flow_proper/08_dynamic_one_bath/mod_tune.py @@ -9,7 +9,7 @@ import plot_utils as pu import ray ray.shutdown() -ray.init(address="141.30.17.16:6379") +ray.init() from hops.util.logging_setup import logging_setup import logging