mostly working with this weird file handling system
This commit is contained in:
25
testing/configs/count_variations/120sim_3vary.toml
Normal file
25
testing/configs/count_variations/120sim_3vary.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[fiber]
|
||||
core_radius = 50e-6
|
||||
length = 50e-2
|
||||
model = "marcatili"
|
||||
|
||||
[gas.variable]
|
||||
gas_name = ["air", "helium"]
|
||||
|
||||
[pulse]
|
||||
power = 100e3
|
||||
wavelength = 800e-9
|
||||
|
||||
[pulse.variable]
|
||||
width = [250e-15, 240e-15, 230e-15, 220e-15, 210e-15]
|
||||
|
||||
[simulation]
|
||||
parallel = true
|
||||
repeat = 4
|
||||
t_num = 16384
|
||||
time_window = 37e-12
|
||||
tolerated_error = 1e-11
|
||||
z_num = 128
|
||||
|
||||
[simulation.variable]
|
||||
behaviors = [["spm", "raman", "ss"], ["spm", "raman"], ["spm"]]
|
||||
@@ -10,7 +10,7 @@ gas_name = "air"
|
||||
power = 100e3
|
||||
wavelength = 800e-9
|
||||
|
||||
[pulse.varying]
|
||||
[pulse.variable]
|
||||
width = [250e-15]
|
||||
|
||||
[simulation]
|
||||
|
||||
@@ -11,7 +11,7 @@ soliton_num = 5
|
||||
wavelength = 800e-9
|
||||
width = 250e-15
|
||||
|
||||
[pulse.varying]
|
||||
[pulse.variable]
|
||||
shape = ["gaussian", "sech"]
|
||||
|
||||
[simulation]
|
||||
|
||||
Reference in New Issue
Block a user