Re-exports§
pub use ai_optimized::*;pub use biophysical::*;pub use hardware::*;pub use maps::*;pub use multi_compartment::*;pub use rate::*;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.
- hardware
- Hardware neuromorphic chip emulators.
- maps
- Discrete map neuron models.
- multi_
compartment - Multi-compartment neuron models.
- rate
- Rate-based models, synaptic plasticity neurons, and other special types.
- simple_
spiking - Two-dimensional and higher spiking neuron models.
- special
- Stochastic generators, spike-response models, and neural mass/population models.
- trivial
- Simple integrate-and-fire variants.