Commit ca451229 authored by Jixing Ye's avatar Jixing Ye
Browse files

Added the source of the erratum

parent 80c46189
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ The parameters for electrons are taken from \[[@Mandic]\], for measurements at a
    °C
}
`$, and the results extrapolated to $`T = -30 \,\text {°C }`$. 
Note that an erratum has been made, see [@MandicErratum]: https://doi.org/10.1088/1748-0221/16/03/E03001, the c_e should be 0.54ns instead of 0.054ns.
Note that an erratum has been made, see \[[@MandicErratum]\]: https://doi.org/10.1088/1748-0221/16/03/E03001, the c_e should be 0.54ns instead of 0.054ns.
A scaling from electrons to holes was performed based on the default values in Weightfield2 \[[@weightfield2]\].

This model can be selected in the configuration file via the parameter `trapping_model = "mandic"`.
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ namespace allpix {
     * @brief Mandic effective trapping model
     *
     * Parametrization taken from https://doi.org/10.1088/1748-0221/15/11/P11018, section 5.
     * Update c_e to 0.54ns, see [@MandicErratum]: https://doi.org/10.1088/1748-0221/16/03/E03001.
     * Update c_e to 0.54ns, see the erratum: https://doi.org/10.1088/1748-0221/16/03/E03001.
     * Scaling from electrons to holes taken from default beta values in Weightfield2
     */
    class Mandic : virtual public TrappingModel {