Documentation
¶
Overview ¶
Package chans provides standard neural conductance channels for computing a point-neuron approximation based on the standard equivalent RC circuit model of a neuron (i.e., basic Ohms law equations). Includes excitatory, leak, inhibition, and dynamic potassium channels.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chans ¶
type Chans struct { // excitatory sodium (Na) AMPA channels activated by synaptic glutamate E float32 // constant leak (potassium, K+) channels -- determines resting potential (typically higher than resting potential of K) L float32 // inhibitory chloride (Cl-) channels activated by synaptic GABA I float32 // gated / active potassium channels -- typically hyperpolarizing relative to leak / rest K float32 }
Chans are ion channels used in computing point-neuron activation function
func (*Chans) SetFromMinusOther ¶
SetFromMinusOther sets all the values from given value minus other Chans
func (*Chans) SetFromOtherMinus ¶
SetFromOtherMinus sets all the values from other Chans minus given value
Click to show internal directories.
Click to hide internal directories.