-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Arbor-compatible NMODL representation of AMPA, NMDA, and GABA synapses #1764
Comments
Do we have users requesting these mechanisms? |
The arborio team has been requesting these mechanism. I will tag the issue. |
Meetings of minutes related to this top can be found here |
@boeschf will try to get hold of @noraabiakar to see what the status is, and where the code is, if any. |
Code is here: https://github.com/noraabiakar/synapses |
@noraabiakar would you still be interested in wrapping this up? A minimal PR would be OK! |
@Helveg Do you still need this? Are there other AMPA/NMDA/GABA nmodl that do work, e.g. from a modeldb or do you need these specific ones? If so, why? We can discuss offline. |
Yes, still a project requirement of arborio |
Is the requirement for these specific ones, or could other implementations of these mechs be used? At the dev meet, it was suggested there exist mechs doing e.g. AMPA that don't rely on currently unsupported NMODL. Is that an option? |
See also https://nest-simulator.readthedocs.io/en/master/model_details/Brunel_Wang_2001_Model_Approximation.html |
Several variants of the synapses can be found here: https://github.com/dbbs-lab/dbbs-mod-collection/tree/master/dbbs_mod_collection/mod
These mechanisms employ the use of arrays and
net_send
. Both of these features are not supported by arbor or the modcc compiler.This is mostly a placeholder issue.
The text was updated successfully, but these errors were encountered: