update cycle_shift

This commit is contained in:
valentin.boettcher@mailbox.tu-dresden.de 2023-07-10 11:37:02 -04:00
parent cc5776893e
commit 9a29fc0bef
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE
12 changed files with 13308 additions and 13220 deletions

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 334 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 333 KiB

View file

@ -390,7 +390,7 @@ How does this look like for the baseline?
) )
# a.plot(baseline.t, baseline.coupling_operators[1].operator_norm(baseline.t) / 5) # a.plot(baseline.t, baseline.coupling_operators[1].operator_norm(baseline.t) / 5)
a.set_xlim((model.Θ * 2, model.Θ * 2 + 11)) a.set_xlim((model.Θ * 2-5, model.Θ * 2 + 13))
a.set_ylim((-.21, .45)) a.set_ylim((-.21, .45))
a.set_xlabel(r"$\tau$") a.set_xlabel(r"$\tau$")
@ -401,7 +401,7 @@ How does this look like for the baseline?
#+end_src #+end_src
#+RESULTS: #+RESULTS:
[[file:./.ob-jupyter/b7a7bc86c72e60f5ffb1ee6a5a7ab1e68806a736.svg]] [[file:./.ob-jupyter/c5cda1720747169d3572e9b38b2946cb4eb1b62e.svg]]
* Slower switching * Slower switching

View file

@ -192,7 +192,7 @@ a.plot(
) )
# a.plot(baseline.t, baseline.coupling_operators[1].operator_norm(baseline.t) / 5) # a.plot(baseline.t, baseline.coupling_operators[1].operator_norm(baseline.t) / 5)
a.set_xlim((model.Θ * 2, model.Θ * 2 + 11)) a.set_xlim((model.Θ * 2-5, model.Θ * 2 + 13))
a.set_ylim((-.21, .45)) a.set_ylim((-.21, .45))
a.set_xlabel(r"$\tau$") a.set_xlabel(r"$\tau$")