OpenSourceBrain / BlueBrainProjectShowcase

A project to illustrate how models and data from the Blue Brain Project can be converted to NeuroML and PyNN
http://opensourcebrain.org/projects/blue-brain-project-showcase
Other
23 stars 16 forks source link

NeuroML2/LEMS version of the stochastic StochKv channel model #5

Open pgleeson opened 9 years ago

pgleeson commented 9 years ago

The majority of the cell models in the BBP circuit are fully deterministic, but there are some (stuttering cells) which include stochastic ion channels, which introduces random fluctuations into the voltage traces. The NEURON mechanism for this channel (StochKv) is here.

A deterministic version of this ion channel is used in the NeuroML2 models. A comparison of the stochastic and deterministic mod files can be found here.

A NeuroML2/LEMS version of the stochastic StochKv channel model needs to be created. Initial test will be created here.