openworm / hodgkin_huxley_tutorial

A repository containing code for a number of tutorials on the Hodgkin Huxley model, including an interactive Jupyter notebook
GNU Lesser General Public License v3.0
36 stars 9 forks source link

Extended HodgkinHuxley.py for voltage clamp mode (issue #32) #35

Closed irahulsonkar closed 2 years ago

irahulsonkar commented 2 years ago

The HodgkinHuxley.py has been updated to run in voltage clamp mode by passing argument "-vclamp".

Arguments included:

pgleeson commented 2 years ago

Thanks!