now try with decoupling

This commit is contained in:
Valentin Boettcher 2022-08-11 10:09:07 +02:00
parent 84122d210a
commit b32b749646
2 changed files with 6 additions and 6 deletions

View file

@ -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))

View file

@ -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:
: <matplotlib.legend.Legend at 0x7f599c5a77f0>
[[file:./.ob-jupyter/f1f3d1efbb8b9b6b8c3b2433d8c8013931023f85.svg]]
: <matplotlib.legend.Legend at 0x7f585e3cfeb0>
[[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: