leave it continously coupled

This commit is contained in:
Valentin Boettcher 2022-07-12 15:04:15 +02:00
parent 00dc4a868b
commit 9897f48438
2 changed files with 4 additions and 4 deletions

View file

@ -179,7 +179,7 @@ def anti_zeno_engine(
(τ_mod, τ_c, τ_bath, cycles, model.ω_s, ω_0, τ_s, τ_off, n, Δ_switch, τ_init),
) = anti_zeno_engine(
Δ=11,
ε=.5,
ε=1,
ω_c=2,
ε_couple=0.2,
n=6,

View file

@ -202,7 +202,7 @@ Init ray and silence stocproc.
(τ_mod, τ_c, τ_bath, cycles, model.ω_s, ω_0, τ_s, τ_off, n, Δ_switch, τ_init),
) = anti_zeno_engine(
Δ=11,
ε=.5,
ε=1,
ω_c=2,
ε_couple=0.2,
n=6,
@ -248,8 +248,8 @@ Let's test the assumptions of the paper.
#+RESULTS:
:RESULTS:
| <matplotlib.lines.Line2D | at | 0x7f5191719760> |
[[file:./.ob-jupyter/b8e469a6b8ca4f2b31f251ab2131f2fa44ac8bf4.svg]]
| <matplotlib.lines.Line2D | at | 0x7f5196fec0a0> |
[[file:./.ob-jupyter/5944ee86c0c6b35f061068467f4881c95aefaed8.svg]]
:END:
#+begin_src jupyter-python :tangle nil