This repository hosts the NeuroML 2 Schema, the ComponentType definitions in LEMS and the core documentation of NeuroML2.
GNU Lesser General Public License v3.0
50
stars
24
forks
source link
[HackathonMar21] Create a gap junction coupled network with NeuroMLlite #149
Open
pgleeson opened 3 years ago
Some examples exist of networks generated with NeuroMLlite with chemical synapses, but none yet coupled by gap junctions.
See https://github.com/NeuroML/NeuroML2/blob/master/LEMSexamples/LEMS_NML2_Ex19a_GapJunctionInstances.xml
https://github.com/OpenSourceBrain/OpenCortex/blob/master/examples/GapJunctions.py (note: openCortex functionality is being superceded by NeuroMLlite)
Will require specifying type=electricalProjection in Projection, e.g. https://github.com/NeuroML/NeuroMLlite/blob/master/examples/Example11.py#L39