Skip to main content

Module neurons

Module neurons 

Source

Re-exports§

pub use ai_optimized::*;
pub use aihara_map::*;
pub use biophysical::*;
pub use cazelles_map::*;
pub use cerebellar::*;
pub use channels::*;
pub use chialvo_map::*;
pub use courage_nekorkin_map::*;
pub use ermentrout_kopell_map::*;
pub use hardware::*;
pub use ibarz_tanaka_map::*;
pub use interneurons::*;
pub use jansen_rit::*;
pub use kilinc_bhatt_map::*;
pub use medvedev_map::*;
pub use misc::*;
pub use motor::*;
pub use multi_compartment::*;
pub use nagumo_sato_map::*;
pub use population::*;
pub use rate::*;
pub use rulkov_map::*;
pub use sc_adaptive_threshold_map::*;
pub use sc_chaotic_map::*;
pub use sensory::*;
pub use simple_spiking::*;
pub use special::*;
pub use trivial::*;

Modules§

ai_optimized
Compatibility facade for bounded AI-optimised neuron modules.
aihara_map
Checked implementation of Aihara’s reduced one-state map (1989, Eqs. 10-12).
biophysical
Compatibility facade for biophysical and conductance-based neuron models.
cazelles_map
Cazelles discrete map neuron.
cerebellar
Compatibility facade for cerebellar circuit neuron models.
channels
Compatibility facade for the ion-channel variant neuron family.
chialvo_map
Chialvo discrete map neuron.
courage_nekorkin_map
Courbage-Nekorkin-Vdovin discrete map neuron.
ermentrout_kopell_map
Ermentrout-Kopell theta map neuron.
ermentrout_kopell_pop
The source prints dimensionless equations (12a-b) in (R, v, t'). This engine restores physical rate and time through R = tau * r and t' = t / tau, then applies atomic simultaneous-Euler batches.
hardware
Stable exports for hardware neuromorphic chip emulators.
ibarz_tanaka_map
Ibarz-Tanaka discrete map neuron.
interneurons
Compatibility facade for bounded cortical and cerebellar interneuron modules.
jansen_rit
Equation-(6) dynamics and an atomic explicit-Euler batch implementation.
kilinc_bhatt_map
Compatibility alias for the former unsupported model name.
maps
Compatibility namespace for callers that used the former aggregate module.
medvedev_map
Medvedev first-return map neuron.
misc
Compatibility facade for the former miscellaneous model collection.
motor
Stable facade for spinal and cortical motor-neuron models.
multi_compartment
Multi-compartment neuron models grouped by model responsibility.
nagumo_sato_map
Checked implementation of the Nagumo–Sato reduction (Aihara 1989, Eqs. 1-7).
population
Stable exports for population-level and mean-field neuron models.
rate
Compatibility facade for bounded rate-model modules.
rulkov_map
Rulkov discrete map neuron.
sc_adaptive_threshold_map
Checked implementation of SC-NeuroCore’s two-state sigmoid map.
sc_chaotic_map
Project-designed map retained separately from the source Aihara model.
sensory
Compatibility facade for biophysically grounded sensory neuron models.
simple_spiking
Compatibility facade for two-dimensional and higher spiking neuron models.
special
Compatibility facade for the former mixed special-model module.
trivial
Compatibility facade for simple integrate-and-fire variants.