Skip to content

Daniel-M/Hodgking-Huxley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HH-Model

PROJECT NAME: HH-Model (Hodgkin Huxley Model)
STATUS: Ended (18 November 2014)
AUTOR: Daniel M.
DESCRIPTION:

C++ code to simulate the action potetial's for an axon of a Loligo Pelei squid using the
Hodgking-Huxley's ODE system proposed on 50's decade papers.
See the wiki for more info

USAGE NOTES:

Compile on Linux using

$ mkdir build
$ cd build
$ cmake ..
$ make

You'll need MathGL (v 2.3) and LibBoost (v 1.55) development libraries installed

Use doxygen to build documentation

$ doxygen HH-model.cfg

The directory "doc" will be created

TO DO:
  • Add documentation
  • Add a GUI, and maybe, (may be) get the program working in Windows
EVENTS:
  • 19-Sept-2012 Repository created
  • 23-Febr-2013 Repository structure changed, adding Cmake capabilities, marking proyect as ended
  • 22-March-2013 Adding doxygen documentation
  • 18-Nov-2014 The numerical procedure uses Libboost Odeint, updating grapher to MathGL v 2.*
LICENSE

The Hodgking-Huxey project consist of a very basic GSL implementation to solve the Hodgking-Huxey ODE model that simulates an Action Potential for squid axon of Loligo Pelei Copyright (C) 2012-2014 Daniel Mejía R. danielmejia55@gmail.com

"Hodgking-Huxley" is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

"Hodgking-Huxley" is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.