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

Implement continuous input in NESTML compartmental #999

Open WillemWybo opened 9 months ago

WillemWybo commented 9 months ago

Currently we can only implement continuous current input through the default current receptor ports, but not e.g. user-defined conductances. We need to be able to inject defined continuous input in the compartmental model as well.

@LeanderEwert