updated testing

This commit is contained in:
Benoît Sierro
2021-06-10 16:20:39 +02:00
parent 69c89f04c4
commit 03b29f29f4
46 changed files with 428 additions and 411 deletions

View File

@@ -2,24 +2,21 @@
name = "test config"
[fiber]
# fiber
gamma = 0.018
length = 1
model = "pcf"
pitch = 1.5e-6
pitch_ratio = 0.37
[pulse]
# pulse
peak_power = 100e3
quantum_noise = true
shape = "gaussian"
wavelength = 1050e-9
width = 50e-15
[pulse.variable]
intensity_noise = [0.10000000005e-2, 0.1e-2]
[simulation]
# simulation
behaviors = ["spm", "raman", "ss"]
parallel = true
repeat = 4
@@ -27,3 +24,7 @@ t_num = 16384
time_window = 37e-12
tolerated_error = 1e-11
z_num = 128
[variable]
# pulse.variable
intensity_noise = [0.10000000005e-2, 0.1e-2]

View File

@@ -2,24 +2,21 @@
name = "test config"
[fiber]
# fiber
gamma = 0.018
length = 1
model = "pcf"
pitch = 1.5e-6
pitch_ratio = 0.37
[pulse]
# pulse
peak_power = 100e3
quantum_noise = true
shape = "gaussian"
wavelength = 1050e-9
width = 50e-15
[pulse.variable]
intensity_noise = [0.1e-2, 0.001]
[simulation]
# simulation
behaviors = ["spm", "raman", "ss"]
parallel = true
repeat = 4
@@ -27,3 +24,7 @@ t_num = 16384
time_window = 37e-12
tolerated_error = 1e-11
z_num = 128
[variable]
# pulse.variable
intensity_noise = [0.1e-2, 0.001]

View File

@@ -2,14 +2,14 @@
name = "test config"
[fiber]
# fiber
gamma = 0.018
length = 1
model = "pcf"
pitch = 1.5e-6
pitch_ratio = 0.37
[pulse]
# pulse
intensity_noise = 0.1e-2
peak_power = 100e3
quantum_noise = true
@@ -17,7 +17,7 @@ shape = "gaussian"
wavelength = 1050e-9
width = 50e-15
[simulation]
# simulation
behaviors = ["spm", "raman", "ss"]
parallel = true
repeat = 4