Module network

Module network 

Source
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.
EphapticCoupling
Ephaptic coupling - electric field effects between nearby neurons.
GapJunction
Gap junction (electrical synapse).
NetworkStats
Network connectivity statistics.
NeuromodulatorState
Neuromodulator state.
SynapticNetwork
Synaptic network.

Type Aliases§

SharedNetwork
Thread-safe wrapper for synaptic network.