Skip to main content

Module neurons

Module neurons 

Source

Re-exports§

pub use ai_optimized::*;
pub use biophysical::*;
pub use cerebellar::*;
pub use channels::*;
pub use hardware::*;
pub use interneurons::*;
pub use maps::*;
pub use misc::*;
pub use motor::*;
pub use multi_compartment::*;
pub use population::*;
pub use rate::*;
pub use sensory::*;
pub use simple_spiking::*;
pub use special::*;
pub use trivial::*;

Modules§

ai_optimized
Eight novel neuron models designed for AI workloads, not biological simulation.
biophysical
Hodgkin-Huxley-type conductance-based neuron models.
cerebellar
Cerebellar circuit neuron models for granular and molecular layer computations.
channels
Neuron models defined by a single additional ion channel beyond base HH.
hardware
Hardware neuromorphic chip emulators.
interneurons
Biophysically faithful interneuron models for cortical and cerebellar circuits.
maps
Discrete map neuron models.
misc
Miscellaneous neuron and cell models.
motor
Motor neuron models for spinal and cortical motor circuits.
multi_compartment
Multi-compartment neuron models.
population
Population-level and mean-field neuron models.
rate
Rate-based models, synaptic plasticity neurons, and other special types.
sensory
Biophysically grounded sensory neuron models.
simple_spiking
Two-dimensional and higher spiking neuron models.
special
Stochastic generators, spike-response models, and neural mass/population models.
trivial