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,7 +2,7 @@ dt = 1e-15
field_file = "testing/configs/custom_field/init_field.npz"
length = 1
peak_power = 20000
readjust_wavelength = true
readjust_wavelength = false
t_num = 2048
wavelength = 1593e-9
z_num = 32

View File

@@ -1,17 +1,17 @@
name = "test config"
[fiber]
# fiber
length = 1
model = "pcf"
pitch = 1.5e-6
pitch_ratio = 0.37
[pulse]
# pulse
field_file = "testing/configs/custom_field/init_field.npz"
quantum_noise = false
wavelength = 1050e-9
[simulation]
# simulation
behaviors = ["spm", "raman", "ss"]
lower_wavelength_interp_limit = 300e-9
raman_type = "agrawal"

View File

@@ -1,18 +1,16 @@
name = "test config"
[fiber]
# fiber
length = 1
model = "pcf"
pitch = 1.5e-6
pitch_ratio = 0.37
[pulse]
# pulse
field_file = "testing/configs/custom_field/init_field.npz"
quantum_noise = false
[pulse.variable]
wavelength = [1050e-9, 1321e-9, 1593e-9]
[simulation]
# simulation
behaviors = ["spm", "raman", "ss"]
lower_wavelength_interp_limit = 300e-9
raman_type = "agrawal"
@@ -22,3 +20,7 @@ time_window = 37e-12
tolerated_error = 1e-11
upper_wavelength_interp_limit = 1900e-9
z_num = 128
[variable]
# pulse.variable
wavelength = [1050e-9, 1321e-9, 1593e-9]