IK_TM1991v2

IK_TM1991v2#

class brainpy.dyn.IK_TM1991v2(size, keep_size=False, g_max=10.0, phi=1.0, V_sh=-60.0, method='exp_auto', name=None, mode=None)[source]#

The potassium channel described by (Traub and Miles, 1991) [1].

The dynamics of this channel is given by:

\[\begin{split}\begin{aligned} I_{\mathrm{K}} &= g_{\mathrm{max}} * p^4 \\ \frac{dp}{dt} &= \phi * (\alpha_p (1-p) - \beta_p p) \\ \alpha_{p} &= 0.032 \frac{(15 - V + V_{sh})}{(\exp((15 - V + V_{sh}) / 5) - 1.)} \\ \beta_p &= 0.5 * \exp((10 - V + V_{sh}) / 40) \end{aligned}\end{split}\]

where \(V_{sh}\) is the membrane shift (default -63 mV), and \(\phi\) is the temperature-dependent factor (default 1.).

Parameters:
  • size (int, sequence of int) – The geometry size.

  • g_max (float, ArrayType, Initializer, Callable) – The maximal conductance density (\(mS/cm^2\)).

  • E (float, ArrayType, Initializer, Callable) – The reversal potential (mV).

  • method (str) – The numerical integration method.

  • name (str) – The object name.

References

See also

INa_TM1991

master_type#

alias of Potassium