BrainPy-style Projections#

Connect neural populations with the Comm-Syn-Out architecture.

Projection Classes#

Projection

Base class for synaptic projection modules.

AlignPostProj

Post-synaptic alignment projection.

DeltaProj

Delta-input projection.

CurrentProj

Current-based projection.

Projection Helper Functions#

align_pre_projection

Pre-synaptic alignment projection with spike generation.

align_post_projection

Post-synaptic alignment projection with spike generation.

Gap Junction Projections#

SymmetryGapJunction

Implements a symmetric electrical coupling (gap junction) between neuron populations.

AsymmetryGapJunction

Implements an asymmetric electrical coupling (gap junction) between neuron populations.