Kca3p1_MA2024_PC

Contents

Kca3p1_MA2024_PC#

class braincell.channel.Kca3p1_MA2024_PC(size, g_max=Quantity(120., 'mS / cm^2'), q10_base=3.0, temp=Quantity(295.15, 'K'), name=None)#

Kca3.1 calcium-activated K current, Purkinje-cell parameterisation.

The same single-gate Kca3.1 kinetics documented in Kca3p1_MA2020_GoC, reused unchanged for the human Purkinje cell model of (Masoli et al., 2024) [4].

Parameters:

See also

Kca3p1_MA2020_GoC

The base class; full equations and the q10_base/temp unused-parameter discrepancy are documented there.

Kca3p1_MA2025_BC

Same kinetics, basket-cell model citation.

Notes

Ported from Kca3p1_MA24_PC.mod, whose header carries the same credits as the Golgi-cell file: the implementation to Rubin & Cleland (2006) [1], the parameters to Bhalla & Bower (1993) [2], and the mod file itself to Andrew Davison [3]. This class does not override __init__: the constructor, the rate methods and the fixed p_beta = 0.05 constant are all inherited unchanged from Kca3p1_MA2020_GoC. Only the register_channel key and this docstring’s model citation differ – the .mod file this class ports from parameterises the identical mechanism for a different cell type, not a different kinetic scheme.

The MA2024 import-deviations table records the same TABLE removal already documented on Kca3p1_MA2020_GoC (V in [-100, 100] mV, cai clamped to [0, 0.01] mM, tabulating Yvdep/Yconcdep).

References