more tests, wl adjusted on every custom field
This commit is contained in:
@@ -3,5 +3,5 @@ field_file = "testing/configs/custom_field/init_field.npz"
|
||||
length = 1
|
||||
peak_power = 20000
|
||||
t_num = 2048
|
||||
wavelength = 1000e-9
|
||||
wavelength = 1593e-9
|
||||
z_num = 32
|
||||
|
||||
22
testing/configs/custom_field/wavelength_shift1.toml
Normal file
22
testing/configs/custom_field/wavelength_shift1.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
name = "test config"
|
||||
|
||||
[fiber]
|
||||
length = 1
|
||||
model = "pcf"
|
||||
pitch = 1.5e-6
|
||||
pitch_ratio = 0.37
|
||||
|
||||
[pulse]
|
||||
field_file = "testing/configs/custom_field/init_field.npz"
|
||||
quantum_noise = false
|
||||
wavelength = 1050e-9
|
||||
|
||||
[simulation]
|
||||
behaviors = ["spm", "raman", "ss"]
|
||||
lower_wavelength_interp_limit = 300e-9
|
||||
raman_type = "agrawal"
|
||||
t_num = 16384
|
||||
time_window = 37e-12
|
||||
tolerated_error = 1e-11
|
||||
upper_wavelength_interp_limit = 1900e-9
|
||||
z_num = 128
|
||||
23
testing/configs/custom_field/wavelength_shift2.toml
Normal file
23
testing/configs/custom_field/wavelength_shift2.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
name = "test config"
|
||||
|
||||
[fiber]
|
||||
length = 1
|
||||
model = "pcf"
|
||||
pitch = 1.5e-6
|
||||
pitch_ratio = 0.37
|
||||
|
||||
[pulse]
|
||||
field_file = "testing/configs/custom_field/init_field.npz"
|
||||
quantum_noise = false
|
||||
[pulse.variable]
|
||||
wavelength = [1050e-9, 1321e-9, 1593e-9]
|
||||
|
||||
[simulation]
|
||||
behaviors = ["spm", "raman", "ss"]
|
||||
lower_wavelength_interp_limit = 300e-9
|
||||
raman_type = "agrawal"
|
||||
t_num = 16384
|
||||
time_window = 37e-12
|
||||
tolerated_error = 1e-11
|
||||
upper_wavelength_interp_limit = 1900e-9
|
||||
z_num = 128
|
||||
Reference in New Issue
Block a user