Skip to content

Commit

Permalink
Merge pull request #2925 from shixnya/double_alpha
Browse files Browse the repository at this point in the history
Add glif_psc_double_alpha model
  • Loading branch information
heplesser committed Sep 14, 2023
2 parents 316dcee + 1e9e65e commit 8c33673
Show file tree
Hide file tree
Showing 12 changed files with 1,729 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc/htmldoc/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ PyNEST examples

* :doc:`../auto_examples/glif_cond_neuron`
* :doc:`../auto_examples/glif_psc_neuron`
* :doc:`../auto_examples/glif_psc_double_alpha_neuron`



Expand Down Expand Up @@ -260,6 +261,7 @@ PyNEST examples
../auto_examples/mc_neuron
../auto_examples/glif_cond_neuron
../auto_examples/glif_psc_neuron
../auto_examples/glif_psc_double_alpha_neuron
../auto_examples/precise_spiking
../auto_examples/CampbellSiegert
../auto_examples/vinit_example
Expand Down
5 changes: 3 additions & 2 deletions models/glif_psc.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ th_voltage_decay double Voltage-induced threshold time
voltage-dependent component of the
threshold in 1/ms (bv in Equation
(4) in [1]_)
tau_syn double vector Rise time constants of the synaptic
tau_syn double vector Time constants of the synaptic
alpha function in ms
E_rev double vector Reversal potential in mV
spike_dependent_threshold bool flag whether the neuron has
Expand All @@ -192,7 +192,8 @@ References
See also
++++++++
gif_psc_exp_multisynapse, gif_cond_exp, gif_cond_exp_multisynapse, gif_pop_psc_exp
gif_psc_exp_multisynapse, gif_cond_exp, gif_cond_exp_multisynapse, gif_pop_psc_exp,
glif_psc_double_alpha
Examples using this model
+++++++++++++++++++++++++
Expand Down
Loading

0 comments on commit 8c33673

Please sign in to comment.