arbor-sim / arbor

The Arbor multi-compartment neural network simulation library.
https://arbor-sim.org
BSD 3-Clause "New" or "Revised" License
108 stars 60 forks source link

Have more cell types builtin (e.g. Izhikevich) to improve NeuroML compat #1832

Open brenthuisman opened 2 years ago

brenthuisman commented 2 years ago

NeuroML relies on the simulator to have implementations for cell kinds, one of which is izhikevichCell. The rather short list of point neuron models in Arbor has been mentioned before, so that makes two reasons to consider expanding the list. For reference: here (scroll down on the RHS) the list that NeuroML expects.

Whoever reads this, please add your cell kinds in a comment.

thorstenhater commented 2 years ago

This is only a small step on the road to a larger project:

schmitts commented 2 years ago

AdEx would be nice

brenthuisman commented 2 years ago

1605 is ambitious and long term. Earlier we advised people to write a mechanism to implement their own single compartment neuron, e.g. https://github.com/tetzlab/FIPPA