mirror of
https://github.com/vale981/fibre_walk_project_code
synced 2025-03-04 09:21:38 -05:00
minor: nice continuous angles
This commit is contained in:
parent
b0c77dab5a
commit
c3dfd64bb0
2 changed files with 3 additions and 2 deletions
1
scripts/experiments/.#002_rabi_detuning_scan.py
Symbolic link
1
scripts/experiments/.#002_rabi_detuning_scan.py
Symbolic link
|
@ -0,0 +1 @@
|
|||
hiro@Phillips.176003:1716495937
|
|
@ -45,8 +45,8 @@ def plot_simulation_result(
|
|||
ax2.legend()
|
||||
|
||||
ax3.plot(
|
||||
freq,
|
||||
np.angle(fft),
|
||||
freq[:-1],
|
||||
np.cumsum(np.angle(fft[1:] / fft[:-1])),
|
||||
linestyle="--",
|
||||
color="C2",
|
||||
alpha=0.5,
|
||||
|
|
Loading…
Add table
Reference in a new issue