Skip to content

Commit

Permalink
add note about maximum enforced timestep
Browse files Browse the repository at this point in the history
  • Loading branch information
C.A.P. Linssen committed Jul 12, 2024
1 parent b9426d9 commit 046c3e6
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 0 deletions.
5 changes: 5 additions & 0 deletions models/aeif_cond_alpha.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ and
For the reference implementation of this model, see
`aeif_models_implementation <../model_details/aeif_models_implementation.ipynb>`_ notebook.
.. note::
A maximum integration step size of 10 μs is enforced, regardless of the
resolution set in the NEST kernel.
See also [1]_.
Parameters
Expand Down
5 changes: 5 additions & 0 deletions models/aeif_cond_alpha_astro.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ For implementation details of the adaptive exponential integrate-and-fire neuron
model, see the
`aeif_models_implementation <../model_details/aeif_models_implementation.ipynb>`_ notebook.
.. note::
A maximum integration step size of 10 μs is enforced, regardless of the
resolution set in the NEST kernel.
See also [1]_.
Parameters
Expand Down
5 changes: 5 additions & 0 deletions models/aeif_cond_alpha_multisynapse.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ When the neuron fires a spike, the adaptation current :math:`w <- w + b`.
For implementation details see the
`aeif_models_implementation <../model_details/aeif_models_implementation.ipynb>`_ notebook.
.. note::
A maximum integration step size of 10 μs is enforced, regardless of the
resolution set in the NEST kernel.
Parameters
++++++++++
Expand Down
5 changes: 5 additions & 0 deletions models/aeif_cond_beta_multisynapse.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ When the neuron fires a spike, the adaptation current `w <- w + b`.
For implementation details see the
`aeif_models_implementation <../model_details/aeif_models_implementation.ipynb>`_ notebook.
.. note::
A maximum integration step size of 10 μs is enforced, regardless of the
resolution set in the NEST kernel.
Parameters
++++++++++
Expand Down
5 changes: 5 additions & 0 deletions models/aeif_cond_exp.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ setting V_peak too high.
For implementation details see the
`aeif_models_implementation <../model_details/aeif_models_implementation.ipynb>`_ notebook.
.. note::
A maximum integration step size of 10 μs is enforced, regardless of the
resolution set in the NEST kernel.
See also [1]_.
Expand Down
5 changes: 5 additions & 0 deletions models/aeif_psc_alpha.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ Here :math:`H(t)` is the Heaviside step function and `k` indexes incoming spikes
For implementation details see the
`aeif_models_implementation <../model_details/aeif_models_implementation.ipynb>`_ notebook.
.. note::
A maximum integration step size of 10 μs is enforced, regardless of the
resolution set in the NEST kernel.
See also [1]_.
Parameters
Expand Down
5 changes: 5 additions & 0 deletions models/aeif_psc_delta.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ the value of `J` after a spike.
For implementation details see the
`aeif_models_implementation <../model_details/aeif_models_implementation.ipynb>`_ notebook.
.. note::
A maximum integration step size of 10 μs is enforced, regardless of the
resolution set in the NEST kernel.
See also [1]_.
Parameters
Expand Down
5 changes: 5 additions & 0 deletions models/aeif_psc_delta_clopath.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ model.
For implementation details see the
`aeif_models_implementation <../model_details/aeif_models_implementation.ipynb>`_ notebook.
.. note::
A maximum integration step size of 10 μs is enforced, regardless of the
resolution set in the NEST kernel.
See also [2]_.
Parameters
Expand Down
5 changes: 5 additions & 0 deletions models/aeif_psc_exp.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ Here :math:`H(t)` is the Heaviside step function and `k` indexes incoming spikes
For implementation details see the
`aeif_models_implementation <../model_details/aeif_models_implementation.ipynb>`_ notebook.
.. note::
A maximum integration step size of 10 μs is enforced, regardless of the
resolution set in the NEST kernel.
See also [1]_.
Parameters
Expand Down

0 comments on commit 046c3e6

Please sign in to comment.