Commit 04da7b5a authored by Paul Schütze's avatar Paul Schütze Committed by Simon Spannagel
Browse files

Fix typo in doc

(cherry picked from commit 70eb623a)
parent e91e8d3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -525,7 +525,7 @@ charge carrier is de-trapped is calculated as
\delta t = - \tau_{e.h} \ln{1-p}
\end{equation*}

where $p$ is a probability random chosen from a uniform distribution between 0 and 1.
where $p$ is a probability randomly chosen from a uniform distribution between 0 and 1.
The detrapping is configured via the \parameter{detrapping_model} parameter. Currently, only \parameter{detrapping_model = "none"} and
\parameter{detrapping_model = "constant"} are supported. The latter requires the parameters \parameter{detrapping_time_electron} and
\parameter{detrapping_time_hole} to be configured.