Skip to content

Commit 5bd93c2

Browse files
author
Alexander Ororbia
committed
updated modeling doc to point to hodgkin-huxley cell
1 parent ce13554 commit 5bd93c2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/modeling/neurons.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,3 +228,20 @@ fast spiking (FS), low-threshold spiking (LTS), and resonator (RZ) neurons.
228228
.. automethod:: reset
229229
:noindex:
230230
```
231+
232+
### The Hodgkin-Huxley Cell
233+
234+
This cell models dynamics over voltage `v` and three channels/gates (related to
235+
potassium and sodium activation/inactivation). This sophisticated cell system is,
236+
as a result, a set of four coupled differential equations and is driven by an appropriately configured set of biophysical constants/coefficients (default values of which have been set according to relevant source work).
237+
(Note that this cell supports either Euler or midpoint method / RK-2 integration.)
238+
239+
```{eval-rst}
240+
.. autoclass:: ngclearn.components.HodgkinHuxleyCell
241+
:noindex:
242+
243+
.. automethod:: advance_state
244+
:noindex:
245+
.. automethod:: reset
246+
:noindex:
247+
```

0 commit comments

Comments
 (0)