better submit, more tests

This commit is contained in:
Benoît Sierro
2021-06-01 10:47:57 +02:00
parent 2fcd277563
commit e985f053ac
12 changed files with 176 additions and 69 deletions

Binary file not shown.

View File

@@ -0,0 +1,8 @@
dt = 1e-15
field_file = "testing/configs/custom_field/init_field.npz"
length = 1
mean_power = 220e-3
repetition_rate = 40e6
t_num = 2048
wavelength = 1000e-9
z_num = 32

View File

@@ -0,0 +1,6 @@
dt = 1e-15
field_file = "testing/configs/custom_field/init_field.npz"
length = 1
t_num = 2048
wavelength = 1000e-9
z_num = 32

View File

@@ -0,0 +1,7 @@
dt = 1e-15
field_file = "testing/configs/custom_field/init_field.npz"
length = 1
peak_power = 20000
t_num = 2048
wavelength = 1000e-9
z_num = 32

View File

@@ -0,0 +1,7 @@
dt = 1e-15
input_transmission = 1
length = 1
prev_data_dir = "testing/configs/custom_field/recover_data"
t_num = 2048
wavelength = 1000e-9
z_num = 32

View File

@@ -0,0 +1,7 @@
dt = 1e-15
input_transmission = 0.9
length = 1
prev_data_dir = "testing/configs/custom_field/recover_data"
t_num = 2048
wavelength = 1000e-9
z_num = 32

View File

@@ -5,6 +5,7 @@ name = "test config"
[fiber]
gamma = 0.018
length = 1
model = "pcf"
pitch = 1.5e-6
pitch_ratio = 0.37