Kca2p2_MA2024_PC#
- class braincell.channel.Kca2p2_MA2024_PC(size, g_max=Quantity(38., 'mS / cm^2'), q10_base=3.0, diff=3.0, temp=Quantity(295.15, 'K'), name=None, solver=None, substeps=None)#
Kca2.2 calcium-activated K current, Purkinje-cell parameterisation.
The same seven-state Kca2.2 Markov scheme documented in
Kca2p2_MA2020_GoC– kinetics from the recombinant SK-channel gating scheme of (Hirschberg et al., 1998) [1] as implemented by (Solinas et al., 2007) [2] – reused unchanged for the human Purkinje cell model of (Masoli et al., 2024) [3].- Parameters:
size (
int|Sequence[int] |integer|Sequence[integer]) – Channel state shape.g_max (
Array|ndarray|bool|number|bool|int|float|complex|Quantity|Callable) – Maximal conductance density, default38.0 mS/cm2. Inherited fromKca2p2_MA2020_GoC.q10_base (
Array|ndarray|bool|number|bool|int|float|complex|Quantity) – Q10 temperature coefficient, default3.0. Inherited fromKca2p2_MA2020_GoC.diff (
Array|ndarray|bool|number|bool|int|float|complex|Quantity) – Calcium diffusion-shell divisor, default3.0. Inherited fromKca2p2_MA2020_GoC.temp (
Array|ndarray|bool|number|bool|int|float|complex|Quantity) – Absolute temperature, default 22 degrees Celsius. Inherited fromKca2p2_MA2020_GoC.substeps (
int|None) – Number of solver substeps per integration step.
See also
Kca2p2_MA2020_GoCThe base class; full state topology, equations, and the 22/23 degree Celsius temperature note are documented there.
Kca2p2_MA2025_BCSame kinetics, basket-cell model citation.
Kca2p2_MA2020_GrCSame kinetics, granule-cell model citation.
Kca2p2_RI2021_SCSame kinetics, stellate-cell model citation.
Notes
Ported from
Kca2p2_MA24_PC.mod. This class does not override__init__: the constructor, state topology, and rate methods are all inherited unchanged fromKca2p2_MA2020_GoC. Only theregister_channelkey and this docstring’s model citation differ.References