Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about maximum enforced timestep #3249

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading