Skip to main content

Module multi_compartment

Module multi_compartment 

Source
Expand description

Multi-compartment neuron models grouped by model responsibility.

Each private child owns one model’s equations, state, and tests. Public re-exports preserve the established module surface.

ModulesΒ§

astrocyte_lif πŸ”’
Astrocyte-coupled leaky integrate-and-fire neuron model.
booth_rinzel πŸ”’
Booth-Rinzel multi-compartment neuron model.
dendrify πŸ”’
Dendrify multi-compartment neuron model.
dendritic_nmda πŸ”’
Dendritic NMDA neuron model.
hay_l5 πŸ”’
Hay layer-5 pyramidal neuron model.
marder_stg πŸ”’
Marder stomatogastric-ganglion neuron model.
multicompartment_mcn πŸ”’
Multi-compartment MCN neuron model.
pinsky_rinzel πŸ”’
Pinsky-Rinzel multi-compartment neuron model.
rall_cable πŸ”’
Rall cable neuron model.
two_compartment_lif πŸ”’
Two-compartment leaky integrate-and-fire neuron model.

StructsΒ§

AstrocyteLIFNeuron
Astrocyte-LIF hybrid unit with calcium wave feedback.
BoothRinzelNeuron
Booth-Rinzel β€” 2-compartment motoneuron with bistability. Booth et al. 1997.
DendrifyNeuron
Dendrify β€” two-compartment with active dendritic spike (NMDA-like plateau).
DendriticNMDANeuron
Dendritic NMDA spike model.
HayL5PyramidalNeuron
Hay et al. 2011 β€” Layer 5 thick-tufted pyramidal (3-compartment reduced).
MarderSTGNeuron
Marder STG β€” stomatogastric ganglion LP neuron with 7 currents.
MulticompartmentMCNNeuron
Multi-compartment neuron (MCN) matching the Spiking-WM architecture.
PinskyRinzelNeuron
Pinsky-Rinzel 1994 β€” 2-compartment pyramidal cell.
RallCableNeuron
Rall cable β€” N-compartment passive dendrite model. Rall 1964.
TwoCompartmentLIFNeuron
Two-compartment LIF β€” soma + dendrite with history-dependent coupling.