mirror of
https://github.com/vale981/master-thesis
synced 2025-03-06 10:31:37 -05:00
more samples in 10
This commit is contained in:
parent
122ac5fe97
commit
8cd42056e0
2 changed files with 3 additions and 3 deletions
|
@ -95,7 +95,7 @@ plt.plot(model.t, np.exp(- model.t * np.min(np.array(model.bcf_coefficients()[1]
|
||||||
plt.plot(ωs, model.spectral_density(0)(ωs))
|
plt.plot(ωs, model.spectral_density(0)(ωs))
|
||||||
plt.plot(ωs, model.spectral_density(1)(ωs))
|
plt.plot(ωs, model.spectral_density(1)(ωs))
|
||||||
|
|
||||||
aux.integrate(model, 50)
|
aux.integrate(model, 5000)
|
||||||
|
|
||||||
_, ax = fs.plot_energy_overview(model, markersize=1)
|
_, ax = fs.plot_energy_overview(model, markersize=1)
|
||||||
# with aux.get_data(model) as data:
|
# with aux.get_data(model) as data:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#+PROPERTY: header-args :session 10_anti_zeno_engine :kernel python :pandoc no :async yes :tangle no
|
#+PROPERTY: header-args :session 10_anti_zeno_engine :kernel python :pandoc no :async yes :tangle 10_first_anti_zeno.py
|
||||||
Here we try to reproduce the anti zeno engine from the paper.
|
Here we try to reproduce the anti zeno engine from the paper.
|
||||||
|
|
||||||
|
|
||||||
|
@ -140,7 +140,7 @@ Let's test the assumptions of the paper.
|
||||||
|
|
||||||
** TODO Integration
|
** TODO Integration
|
||||||
#+begin_src jupyter-python
|
#+begin_src jupyter-python
|
||||||
aux.integrate(model, 50)
|
aux.integrate(model, 5000)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+RESULTS:
|
#+RESULTS:
|
||||||
|
|
Loading…
Add table
Reference in a new issue