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 throughR = tau * randt' = 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.