Skip to content

Commit

Permalink
update Izhikevich model initial conditions following nest/nest-simula…
Browse files Browse the repository at this point in the history
  • Loading branch information
clinssen committed Aug 12, 2020
1 parent d2629b9 commit 36d363c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/izhikevich.nestml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ neuron izhikevich:
b real = 0.2 # sensitivity of recovery variable
c mV = -65 mV # after-spike reset value of V_m
d real = 8.0 # after-spike reset value of U_m
V_m_init mV = -70 mV # initial membrane potential
V_m_init mV = -65 mV # initial membrane potential
V_min mV = -inf * mV # Absolute lower value for the membrane potential.

# constant external input current
Expand Down

0 comments on commit 36d363c

Please sign in to comment.