parameters are no longer auto-computed

This commit is contained in:
Benoît Sierro
2021-09-02 15:53:30 +02:00
parent 15eafd4781
commit fb23786c70
8 changed files with 74 additions and 28 deletions

View File

@@ -230,12 +230,15 @@ soliton_num: float
field_file : str
if you have an initial field to use, convert it to a npz file with time (key : 'time') in s and electric field (key : 'field') in sqrt(W) (can be complex). You the use it with this config key. You can then scale it by settings any 1 of mean_power, energy and peak_power (priority is in this order)
quantum_noise: bool
quantum_noise : bool
whether or not one-photon-per-mode quantum noise is activated. default : False
intensity_noise: float
intensity_noise : float
relative intensity noise
noise_correlation : float
correlation between intensity noise and pulse width noise. a negative value means anti-correlation
shape: str {"gaussian", "sech"}
shape of the pulse. default : gaussian