Skip to content

Commit 386b1de

Browse files
add izhikevich
1 parent 8828f56 commit 386b1de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/izhikevich.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
namespace nest
3535
{
3636

37-
/* BeginUserDocs: neuron, integrate-and-fire
37+
/* BeginUserDocs: neuron, integrate-and-fire, adaptation
3838
3939
Short description
4040
+++++++++++++++++
@@ -49,7 +49,7 @@ Implementation of the simple spiking neuron model introduced by Izhikevich
4949
5050
.. math::
5151
&dV_m/dt = 0.04 {V_m}^2 + 5 V_m + 140 - U_m + I \\
52-
&du/dt = a (b V_m - U_m) \\
52+
&dU_m/dt = a (b V_m - U_m) \\
5353
5454
.. math::
5555

0 commit comments

Comments
 (0)