Commit 7300a94c authored by Manuel Alejandro Del Rio Viera's avatar Manuel Alejandro Del Rio Viera
Browse files

Reverted change and corrected for the lines below

parent f37e5d39
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -193,14 +193,14 @@ The parameter values are provided at the reference temperature of \SI{300}{K} an
The values implemented in \apsq are taken from Table~1 of~\cite{arora} as:
\begin{equation*}
    \begin{split}
        \mu_{min,e} &= \SI{88.0}{cm^2 \per V \per s} \cdot (T)^{-0.57}\\
        \mu_{0,e}   &= \SI{7.40e8}{cm^2 \per V \per s} \cdot (T / \SI{300}{K})^{-2.33}\\
        \mu_{min,e} &= \SI{88.0}{cm^2 \per V \per s} \cdot (T/ \SI{300}{K})^{-0.57}\\
        \mu_{0,e}   &= \SI{7.40e8}{cm^2 \per V \per s} \cdot (T)^{-2.33}\\
        N_{ref,e}   &= \SI{1.26e17}{\per \cubic \cm} \cdot (T / \SI{300}{K})^{2.4}\\
    \end{split}
    \qquad
    \begin{split}
        \mu_{min,h} &= \SI{54.3}{cm^2 \per V \per s} \cdot (T)^{-0.57}\\
        \mu_{0,h}   &= \SI{1.36e8}{cm^2 \per V \per s} \cdot (T / \SI{300}{K})^{-2.23}\\
        \mu_{min,h} &= \SI{54.3}{cm^2 \per V \per s} \cdot (T/ \SI{300}{K})^{-0.57}\\
        \mu_{0,h}   &= \SI{1.36e8}{cm^2 \per V \per s} \cdot (T)^{-2.23}\\
        N_{ref,h}   &= \SI{2.35e17}{\per \cubic \cm} \cdot (T / \SI{300}{K})^{2.4}\\
        \alpha   &= 0.88 \cdot (T / \SI{300}{K})^{-0.146}
    \end{split}