21 lines
343 B
TOML
21 lines
343 B
TOML
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"]
|
|
raman_type = "agrawal"
|
|
t_num = 16384
|
|
time_window = 37e-12
|
|
tolerated_error = 1e-11
|
|
z_num = 128
|