Skip to content

Introduce integration time for ProjectionPropagation

Simon Spannagel requested to merge projection_integration into master

This adds a new parameter integration_time to the ProjectionPropagation module, which acts similarly to the parameter with the same name in GenericPropagation`. After calculating the total drift time of a charge carrier, this time is compared against the integration time. If above, the carriers are dropped, if below, transported.

Test is added, parameter is documented.

Merge request reports