hello!
i have been working with neuron for some time but i can´t find the main differential equation for the ion channel dynamics (eg. for the hodgkin-huxley model)
the hh model consists of 4 differential equations:
m'=(minf-m)/mtau
h'=(hinf-h)/htau
n'=(ninf-n)/ntau
v'=(-ina-ik-il+istim)*1/c
in the hh.mod-file (nrn70\src\nrnoc\hh.mod) there are only the first three differential equations.
can you tell me where the last one is?
best regards,
reimar
ps: the equation for v' doesn´t have to to anything with the statement "SOLVE states METHOD cnexp", does it?
