better submit, more tests
This commit is contained in:
BIN
testing/configs/custom_field/init_field.npz
Normal file
BIN
testing/configs/custom_field/init_field.npz
Normal file
Binary file not shown.
8
testing/configs/custom_field/mean_power.toml
Normal file
8
testing/configs/custom_field/mean_power.toml
Normal 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
|
||||
6
testing/configs/custom_field/no_change.toml
Normal file
6
testing/configs/custom_field/no_change.toml
Normal 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
|
||||
7
testing/configs/custom_field/peak_power.toml
Normal file
7
testing/configs/custom_field/peak_power.toml
Normal 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
|
||||
7
testing/configs/custom_field/recover1.toml
Normal file
7
testing/configs/custom_field/recover1.toml
Normal 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
|
||||
7
testing/configs/custom_field/recover2.toml
Normal file
7
testing/configs/custom_field/recover2.toml
Normal 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
|
||||
@@ -5,6 +5,7 @@ name = "test config"
|
||||
[fiber]
|
||||
gamma = 0.018
|
||||
length = 1
|
||||
model = "pcf"
|
||||
pitch = 1.5e-6
|
||||
pitch_ratio = 0.37
|
||||
|
||||
|
||||
Reference in New Issue
Block a user