jaxley.pumps.CaPump#
- class CaPump(name=None)[source]#
Bases:
PumpCalcium dynamics based on Destexhe et al. 1994.
The following parameters are registered in
channel_params:Name
Default
Description
Unit
CaPump_gamma0.05
Fraction of free calcium (not buffered).
1
CaPump_decay80.0
Buffering time constant.
ms
CaPump_depth0.1
Depth of shell.
um
CaPump_minCaCon_i1e-4
Minimum intracellular concentration.
mM
The following states are registered in
channel_states:Name
Default
Description
Unit
i_Ca1e-8
The calcium current.
mA/cm²
CaCon_i5e-5
The intracellular calcium concentration.
mM
- Parameters:
name (str | None)
- update_states(states, params, modified_state, delta_t)[source]#
Update states if necessary (but this pump has no states to update).
- compute_current(states, params, modified_state, delta_t)[source]#
Return change of calcium concentration based on calcium current and decay.