mirror of
https://github.com/vale981/HOPSFlow-Paper
synced 2025-03-05 09:41:40 -05:00
update cycle_shift
This commit is contained in:
parent
cc5776893e
commit
9a29fc0bef
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 |
|
@ -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
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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$")
|
||||||
|
|
Loading…
Add table
Reference in a new issue