diff --git a/python/energy_flow_proper/10_antizeno_engine/10_first_anti_zeno.py b/python/energy_flow_proper/10_antizeno_engine/10_first_anti_zeno.py index 4fa2e30..9899ba6 100644 --- a/python/energy_flow_proper/10_antizeno_engine/10_first_anti_zeno.py +++ b/python/energy_flow_proper/10_antizeno_engine/10_first_anti_zeno.py @@ -216,7 +216,7 @@ def anti_zeno_engine( (τ_mod, τ_c, τ_bath, cycles, model.ω_s, ω_0, τ_s, τ_off, n, Δ_switch, τ_init), ) = anti_zeno_engine( Δ=11, - ε=1,#.1, + ε=.1,#.1, ω_c=1, ε_couple=0.7, n=10, @@ -291,7 +291,7 @@ vs = np.linspace(0.1, 10, 100) plt.plot(vs, chi(vs, ω_0)) plt.plot(vs, G_h(vs)) -aux.integrate(model, 50_000) +aux.integrate(model, 10_000) #_, ax = pu.plot_energy_overview(model, markersize=1, ensemble_args=dict(gc_sleep=0.05)) diff --git a/python/energy_flow_proper/10_antizeno_engine/anti_zeno_engine.org b/python/energy_flow_proper/10_antizeno_engine/anti_zeno_engine.org index 8004b80..91e1ce8 100644 --- a/python/energy_flow_proper/10_antizeno_engine/anti_zeno_engine.org +++ b/python/energy_flow_proper/10_antizeno_engine/anti_zeno_engine.org @@ -235,7 +235,7 @@ Init ray and silence stocproc. (τ_mod, τ_c, τ_bath, cycles, model.ω_s, ω_0, τ_s, τ_off, n, Δ_switch, τ_init), ) = anti_zeno_engine( Δ=11, - ε=1,#.1, + ε=.1,#.1, ω_c=1, ε_couple=0.7, n=10, @@ -319,8 +319,8 @@ Let's test the assumptions of the paper. #+RESULTS: :RESULTS: -: -[[file:./.ob-jupyter/f1f3d1efbb8b9b6b8c3b2433d8c8013931023f85.svg]] +: +[[file:./.ob-jupyter/9cc13f6cd7e403842e8eb713c076b96a3bebbe48.svg]] :END: #+begin_src jupyter-python :tangle nil @@ -423,7 +423,7 @@ Let's test the assumptions of the paper. ** Integration #+begin_src jupyter-python - aux.integrate(model, 50_000) + aux.integrate(model, 10_000) #+End_src #+RESULTS: