nest / nestml

A domain specific language for neuron and synapse models in spiking neural network simulation
GNU General Public License v2.0
46 stars 45 forks source link

Add gap junction support #907

Closed clinssen closed 12 months ago

clinssen commented 1 year ago

Fixes #522.

Suggested reviewers: @bstrohmer

bstrohmer commented 1 year ago

Using the first test cases suggested by Hahne et al., 2015 in "A unified framework for spiking and gap-junction interactions in distributed neuronal network simulations", I was able to confirm the implemented gap junctions promoted synchrony as desired between coupled single neurons and neural populations.

clinssen commented 12 months ago

Thank you!