Kca3p1_MA2025_BC

Contents

Kca3p1_MA2025_BC#

class braincell.channel.Kca3p1_MA2025_BC(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, basket-cell parameterisation.

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

Parameters:

See also

Kca3p1_MA2020_GoC

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

Kca3p1_MA2024_PC

Same kinetics, Purkinje-cell model citation.

Notes

Ported from Kca3p1_MA25_BC.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.

No import deviation is recorded for this mechanism beyond the TABLE removal already documented on Kca3p1_MA2020_GoC, which applies identically here (examples/neuron_compare/Cerebellum_mod/README.md’s MA2025 import-deviations table lists the same V/cai range and tabulated quantities).

References