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
37 stars 9 forks source link

Update notebook for running voltage clamp simulations #33

Closed pgleeson closed 2 years ago

pgleeson commented 2 years ago

The existing notebook which uses the HH python impl can be updated with the parameters for the VClamp, and the user can select whether they want to run the model in currrent clamp or voltage clamp mode.

irahulsonkar commented 2 years ago

@pgleeson Updated the notebook as suggested in PR #37

pgleeson commented 2 years ago

Complete!