mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2026-01-27 10:21:48 +00:00
In this change, the RamanSolver is completely restructured in order to obtain a simplified and faster solution of the Raman equation. Additionally, the inter-channel Raman effect can be evaluated also in the standard fiber, when no Raman pumping is present. The same is true for the GGN model. The Raman pump parameter pumps_loss_coef has been removed as it was not used. The loss coefficient value evaluated at the pump frequency can be included within the fiber loss_coef parameter. This change induces variations in some expected test results as the Raman profile solution is calculated by a completely distinct algorithm. Nevertheless, these variations are negligible being lower than 0.1dB. Change-Id: Iaa40fbb23c555571497e1ff3bf19dbcbfcadf96b
13 lines
295 B
JSON
13 lines
295 B
JSON
{
|
|
"raman_params": {
|
|
"flag": true,
|
|
"result_spatial_resolution": 10e3,
|
|
"solver_spatial_resolution": 50
|
|
},
|
|
"nli_params": {
|
|
"method": "ggn_spectrally_separated",
|
|
"dispersion_tolerance": 1,
|
|
"phase_shift_tolerance": 0.1,
|
|
"computed_channels": [1, 18, 37, 56, 75]
|
|
}
|
|
} |