Skip to content

Commit

Permalink
add izhikevich
Browse files Browse the repository at this point in the history
  • Loading branch information
jessica-mitchell committed Jul 31, 2024
1 parent 8828f56 commit 386b1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/izhikevich.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
namespace nest
{

/* BeginUserDocs: neuron, integrate-and-fire
/* BeginUserDocs: neuron, integrate-and-fire, adaptation
Short description
+++++++++++++++++
Expand All @@ -49,7 +49,7 @@ Implementation of the simple spiking neuron model introduced by Izhikevich
.. math::
&dV_m/dt = 0.04 {V_m}^2 + 5 V_m + 140 - U_m + I \\
&du/dt = a (b V_m - U_m) \\
&dU_m/dt = a (b V_m - U_m) \\
.. math::
Expand Down

0 comments on commit 386b1de

Please sign in to comment.