Skip to content

Commit

Permalink
more cycles for the anti_zeno engine
Browse files Browse the repository at this point in the history
  • Loading branch information
vale981 committed Aug 12, 2022
1 parent b6c3472 commit ec69927
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
ε=1,#.1,
ω_c=1,
ε_couple=0.7,
n=10,
n=15,
detune=.5,
ω_0=20,
T_c=1e3,
Expand All @@ -46,10 +46,12 @@
sp_tol=1e-3,
init_time_steps=10,
)
model.k_max = 4
model.k_max = 3

params.cycles

aux.integrate(model, 10_000)

plot_az_coupling_diagram(model, params)

plot_az_sd_overview(model, params)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Init ray and silence stocproc.
ε=1,#.1,
ω_c=1,
ε_couple=0.7,
n=10,
n=15,
detune=.5,
ω_0=20,
T_c=1e3,
Expand All @@ -64,7 +64,7 @@ Init ray and silence stocproc.
sp_tol=1e-3,
init_time_steps=10,
)
model.k_max = 4
model.k_max = 3
#+end_src

#+RESULTS:
Expand All @@ -78,6 +78,10 @@ Let's test the assumptions of the paper.
#+RESULTS:
: 9

#+begin_src jupyter-python
aux.integrate(model, 10_000)
#+end_src

#+begin_src jupyter-python
plot_az_coupling_diagram(model, params)
#+end_src
Expand Down

0 comments on commit ec69927

Please # to comment.