Cav3p3_MA2024_PC#
- class braincell.channel.Cav3p3_MA2024_PC(size, perm=Quantity(0.0001, 'cm / s'), g_scale=1e-05, temp=Quantity(309.15, 'K'), V_sh=Quantity(0., 'mV'), name=None)#
Purkinje cell Cav3.3 low-threshold calcium current, GHK drive.
The same \(n^2 l\) Cav3.3 kinetics and hand-written GHK current law documented in
Cav3p3_RI2021_SC, reused unchanged for the human Purkinje cell model of (Masoli et al., 2024) [2]. The kinetics remain those of the CA3 hippocampal pyramidal neuron model of (Xu & Clancy, 2008) [1].- Parameters:
size (
int|Sequence[int] |integer|Sequence[integer]) – Channel state shape.perm (
Array|ndarray|bool|number|bool|int|float|complex|Quantity|Callable) – Calcium permeability entering the GHK flux (the mod file’spcabar), default1.0e-4 cm/s. Inherited fromCav3p3_RI2021_SC.g_scale (
Array|ndarray|bool|number|bool|int|float|complex|Quantity|Callable) – Dimensionless scale factor carrying the numeric value of the mod file’sgCav3_3bar, default1.0e-5. Inherited fromCav3p3_RI2021_SC.temp (
Array|ndarray|bool|number|bool|int|float|complex|Quantity) – Absolute temperature entering both the gates’ Q10 factor and the GHK flux, default 36 degrees Celsius. Inherited fromCav3p3_RI2021_SC.V_sh (
Array|ndarray|bool|number|bool|int|float|complex|Quantity|Callable) – Voltage shift with no counterpart in the mod file, default0.0 mV. Inherited fromCav3p3_RI2021_SC.
See also
Cav3p3_RI2021_SCThe base class; the full equation set, the GHK helper’s constants and the current-law scaling caveat are documented there.
Cav3p3_MA2024_PC_FrozenPurkinje-cell variant with the GHK term’s voltage dependence removed from the autodiff graph. It is not a subclass of this class (see its Notes).
Notes
Ported from
PC/channel/Cav3p3_MA24_PC.mod, which is identical toSC/channel/Cav3p3_RI21_SC.modapart from itsSUFFIXline and the BrainCell-localg_equivdiagnostic the stellate copy carries. Accordingly this class overrides nothing: the constructor, both gate declarations, the named parameter block, the four rate methods andcurrentare all inherited fromCav3p3_RI2021_SC. Only theregister_channelkey and this docstring’s model citation differ. Per the bibliography’s attribution scan, this subclass contributes no rate-function code of its own.The
MA2024import-deviations tables list noTABLEremoval, noderivimplicit->cnexpsubstitution and no rate-refresh relocation forCav3p3.References