Expand description
Network-level synaptic dynamics.
This module provides structures for managing synaptic networks including:
- Chemical synapses
- Gap junctions (electrical synapses)
- Ephaptic coupling
- Neuromodulation
- Spike propagation with delays
Structs§
- Connection
- Synaptic connection in a network.
- Ephaptic
Coupling - Ephaptic coupling - electric field effects between nearby neurons.
- GapJunction
- Gap junction (electrical synapse).
- Network
Stats - Network connectivity statistics.
- Neuromodulator
State - Neuromodulator state.
- Synaptic
Network - Synaptic network.
Type Aliases§
- Shared
Network - Thread-safe wrapper for synaptic network.