mirror of
https://github.com/vale981/fibre_walk_project_code
synced 2025-03-04 17:31:39 -05:00
FIX: report correct coupling strenght
This commit is contained in:
parent
d5d22eaf3f
commit
7a64746820
11 changed files with 31 additions and 31 deletions
|
@ -323,7 +323,7 @@ def generate_data(
|
||||||
0.95,
|
0.95,
|
||||||
f"""$Ω/2π = {params.Ω}$MHz
|
f"""$Ω/2π = {params.Ω}$MHz
|
||||||
$η/2π = {params.η}MHz$
|
$η/2π = {params.η}MHz$
|
||||||
$g_0 = {params.g_0}Ω$
|
$g_0 = {g_0}Ω$
|
||||||
$N = {params.N}$
|
$N = {params.N}$
|
||||||
noise = ${noise_amplitude * 2}$
|
noise = ${noise_amplitude * 2}$
|
||||||
$η_A = {η_factor}η$
|
$η_A = {η_factor}η$
|
||||||
|
@ -358,16 +358,16 @@ randomize off time = {'yes' if randomize_off_time else 'no'} """,
|
||||||
# %% save
|
# %% save
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
generate_data(
|
generate_data(
|
||||||
g_0=0.5,
|
g_0=0.4,
|
||||||
η_factor=5,
|
η_factor=5,
|
||||||
noise_amplitude=0.3,
|
noise_amplitude=0.3,
|
||||||
N=5,
|
N=5,
|
||||||
eom_ranges=(0.7, 0.9),
|
eom_ranges=(0.7, 0.9),
|
||||||
eom_steps=100,
|
eom_steps=200,
|
||||||
laser_detuning=0,
|
laser_detuning=0,
|
||||||
laser_on_mode=0,
|
laser_on_mode=0,
|
||||||
excitation_lifetimes=2,
|
excitation_lifetimes=2,
|
||||||
measurement_lifetimes=4,
|
measurement_lifetimes=5,
|
||||||
num_freq=4,
|
num_freq=4,
|
||||||
randomize_off_time=True,
|
randomize_off_time=True,
|
||||||
extra_title="Laser on A site",
|
extra_title="Laser on A site",
|
||||||
|
|
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
change_id: tlzzzytuuqokormsvoololwxlzpkmkux
|
change_id: ztyymystlxykmlytsrsxqsrrusnrlpsn
|
||||||
commit_id: 7938a2cfc4c772c336db5d116636c3266caf3341
|
commit_id: 57a4f5fabb808285304c07bedf6abb398558adc6
|
||||||
description: 'RESULT: regenerate calibration plots'
|
description: 'FIX: report correct coupling strenght'
|
||||||
extra_meta: null
|
extra_meta: null
|
||||||
function: generate_data
|
function: generate_data
|
||||||
function_args:
|
function_args:
|
||||||
|
@ -8,13 +8,13 @@ function_args:
|
||||||
eom_ranges: !!python/tuple
|
eom_ranges: !!python/tuple
|
||||||
- 0.7
|
- 0.7
|
||||||
- 0.9
|
- 0.9
|
||||||
eom_steps: 100
|
eom_steps: 200
|
||||||
excitation_lifetimes: 2
|
excitation_lifetimes: 2
|
||||||
extra_title: Laser on A site
|
extra_title: Laser on A site
|
||||||
g_0: 0.5
|
g_0: 0.4
|
||||||
laser_detuning: 0
|
laser_detuning: 0
|
||||||
laser_on_mode: 0
|
laser_on_mode: 0
|
||||||
measurement_lifetimes: 4
|
measurement_lifetimes: 5
|
||||||
noise_amplitude: 0.3
|
noise_amplitude: 0.3
|
||||||
num_freq: 4
|
num_freq: 4
|
||||||
randomize_off_time: true
|
randomize_off_time: true
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1 MiB After Width: | Height: | Size: 1.1 MiB |
|
@ -1,6 +1,6 @@
|
||||||
change_id: tlzzzytuuqokormsvoololwxlzpkmkux
|
change_id: ztyymystlxykmlytsrsxqsrrusnrlpsn
|
||||||
commit_id: adbd8e0b2613a0f7b670b90aad64cd7f6c6f831e
|
commit_id: 889589b64950c7e1f0236b57722940213cddca79
|
||||||
description: 'RESULT: regenerate calibration plots'
|
description: 'FIX: report correct coupling strenght'
|
||||||
extra_meta: null
|
extra_meta: null
|
||||||
function: generate_data
|
function: generate_data
|
||||||
function_args:
|
function_args:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
change_id: tlzzzytuuqokormsvoololwxlzpkmkux
|
change_id: ztyymystlxykmlytsrsxqsrrusnrlpsn
|
||||||
commit_id: d72f6bb424a085b60a40a4a78e42d06c10ae715e
|
commit_id: 11c4cee88cf15d400488dc7141ad51e608c76610
|
||||||
description: 'RESULT: regenerate calibration plots'
|
description: 'FIX: report correct coupling strenght'
|
||||||
extra_meta: null
|
extra_meta: null
|
||||||
function: generate_data
|
function: generate_data
|
||||||
function_args:
|
function_args:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
change_id: tlzzzytuuqokormsvoololwxlzpkmkux
|
change_id: ztyymystlxykmlytsrsxqsrrusnrlpsn
|
||||||
commit_id: ce0bbf84f8a96bdb422e7f8d1e7dfc660a5a7d5e
|
commit_id: a01f866a856b0695f7046836d4df2536ae487a14
|
||||||
description: 'RESULT: regenerate calibration plots'
|
description: 'FIX: report correct coupling strenght'
|
||||||
extra_meta: null
|
extra_meta: null
|
||||||
function: generate_data
|
function: generate_data
|
||||||
function_args:
|
function_args:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
change_id: tlzzzytuuqokormsvoololwxlzpkmkux
|
change_id: ztyymystlxykmlytsrsxqsrrusnrlpsn
|
||||||
commit_id: a2755220b54d709621835e0e25bbb0d4f8eca0f0
|
commit_id: 49ffdb3a65318311e113d95048a41b344506c81a
|
||||||
description: 'RESULT: regenerate calibration plots'
|
description: 'FIX: report correct coupling strenght'
|
||||||
function: generate_data
|
function: generate_data
|
||||||
function_args: {}
|
function_args: {}
|
||||||
refers_to: outputs/002_001_laser_on_A.pkl
|
refers_to: outputs/002_001_laser_on_A.pkl
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
change_id: tlzzzytuuqokormsvoololwxlzpkmkux
|
change_id: ztyymystlxykmlytsrsxqsrrusnrlpsn
|
||||||
commit_id: a02d3bc27e2ac6e38dd9675943b30d60d192ebfb
|
commit_id: cb0f4fd33a62fbadd94aff14ab0c03a4113802b9
|
||||||
description: 'RESULT: regenerate calibration plots'
|
description: 'FIX: report correct coupling strenght'
|
||||||
function: generate_data
|
function: generate_data
|
||||||
function_args: {}
|
function_args: {}
|
||||||
refers_to: outputs/002_002_laser_on_bath.pkl
|
refers_to: outputs/002_002_laser_on_bath.pkl
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
change_id: tlzzzytuuqokormsvoololwxlzpkmkux
|
change_id: ztyymystlxykmlytsrsxqsrrusnrlpsn
|
||||||
commit_id: 10ceb3a3ed155cb5220f5b5ac256268915e0ea1e
|
commit_id: a7a5fbceb7859c385b54d67ffe0fe59b4ec75afb
|
||||||
description: 'RESULT: regenerate calibration plots'
|
description: 'FIX: report correct coupling strenght'
|
||||||
function: generate_data
|
function: generate_data
|
||||||
function_args: {}
|
function_args: {}
|
||||||
refers_to: outputs/002_003_laser_on_bath_no_random.pkl
|
refers_to: outputs/002_003_laser_on_bath_no_random.pkl
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
change_id: tlzzzytuuqokormsvoololwxlzpkmkux
|
change_id: ztyymystlxykmlytsrsxqsrrusnrlpsn
|
||||||
commit_id: 74db31f5f7af4002ee9a5fe7657e44fda7199784
|
commit_id: 6e750fe332e8d5d0266acf16ebaf9b5032372d53
|
||||||
description: 'RESULT: regenerate calibration plots'
|
description: 'FIX: report correct coupling strenght'
|
||||||
function: generate_data
|
function: generate_data
|
||||||
function_args: {}
|
function_args: {}
|
||||||
refers_to: outputs/002_004_laser_on_bath_random.pkl
|
refers_to: outputs/002_004_laser_on_bath_random.pkl
|
||||||
|
|
Loading…
Add table
Reference in a new issue