Computer Codes for the Journal of Computational Neuroscience publication
The computer programs below are for
Journal of Computational Neuroscience,
vol. 37, pp. 403-415, 2014. They provide numerical solutions to
the Hodgkin-Huxley equations and several reductions of the H-H equations.
The programs run with the XPPAUT computer software.
XPPAUT is free, and runs on Unix, Linux, and Windows machines.
It can be downloaded from the website of
Bard Ermentrout .
- The Hodgkin-Huxley equations parameterized for Type 1 dynamics.
HHType1.ode
- The Hodgkin-Huxley equations parameterized for Type 2 dynamics.
HHType2.ode
- The Hodgkin-Huxley equations parameterized for Type 2 dynamics
and with the m variable at quasi-eqiulibrium.
HH2_minf.ode
- The "n-model" in which h=1 and m is at quasi-equilibrium.
nmodel.ode
- The "h-model" in which n=1 and m is at quasi-equilibrium.
hmodel.ode