From 8828f56d24e2f190da38d88295edfc1e31249d53 Mon Sep 17 00:00:00 2001 From: Jessica Mitchell Date: Thu, 27 Jun 2024 12:50:01 +0200 Subject: [PATCH] change adaptive threshold to adaptation --- models/aeif_cond_alpha.h | 2 +- models/aeif_cond_alpha_astro.h | 2 +- models/aeif_cond_alpha_multisynapse.h | 2 +- models/aeif_cond_beta_multisynapse.h | 2 +- models/aeif_cond_exp.h | 2 +- models/aeif_psc_alpha.h | 2 +- models/aeif_psc_delta.h | 2 +- models/aeif_psc_delta_clopath.h | 2 +- models/aeif_psc_exp.h | 2 +- models/amat2_psc_exp.h | 2 +- models/eprop_iaf_adapt_bsshslm_2020.h | 2 +- models/gif_cond_exp.h | 2 +- models/gif_cond_exp_multisynapse.h | 2 +- models/gif_pop_psc_exp.h | 2 +- models/gif_psc_exp.h | 2 +- models/gif_psc_exp_multisynapse.h | 2 +- models/glif_cond.h | 2 +- models/glif_psc.h | 2 +- models/glif_psc_double_alpha.h | 2 +- models/ht_neuron.h | 4 ++-- models/mat2_psc_exp.h | 2 +- models/pp_psc_delta.h | 2 +- 22 files changed, 23 insertions(+), 23 deletions(-) diff --git a/models/aeif_cond_alpha.h b/models/aeif_cond_alpha.h index 4dadca5bd6..43ff066e9a 100644 --- a/models/aeif_cond_alpha.h +++ b/models/aeif_cond_alpha.h @@ -68,7 +68,7 @@ extern "C" int aeif_cond_alpha_dynamics( double, const double*, double*, void* ) */ extern "C" int aeif_cond_alpha_dynamics_DT0( double, const double*, double*, void* ); -/* BeginUserDocs: neuron, integrate-and-fire, adaptive threshold, conductance-based +/* BeginUserDocs: neuron, integrate-and-fire, adaptation, conductance-based Short description +++++++++++++++++ diff --git a/models/aeif_cond_alpha_astro.h b/models/aeif_cond_alpha_astro.h index ffdcc148f4..afc1e08f8f 100644 --- a/models/aeif_cond_alpha_astro.h +++ b/models/aeif_cond_alpha_astro.h @@ -68,7 +68,7 @@ extern "C" int aeif_cond_alpha_astro_dynamics( double, const double*, double*, v */ extern "C" int aeif_cond_alpha_astro_dynamics_DT0( double, const double*, double*, void* ); -/* BeginUserDocs: neuron, integrate-and-fire, adaptive threshold, conductance-based, astrocyte +/* BeginUserDocs: neuron, integrate-and-fire, adaptation, conductance-based, astrocyte Short description +++++++++++++++++ diff --git a/models/aeif_cond_alpha_multisynapse.h b/models/aeif_cond_alpha_multisynapse.h index b17d82e80d..a85fca7009 100644 --- a/models/aeif_cond_alpha_multisynapse.h +++ b/models/aeif_cond_alpha_multisynapse.h @@ -42,7 +42,7 @@ #include "ring_buffer.h" #include "universal_data_logger.h" -/* BeginUserDocs: neuron, integrate-and-fire, adaptive threshold, conductance-based +/* BeginUserDocs: neuron, integrate-and-fire, adaptation, conductance-based Short description +++++++++++++++++ diff --git a/models/aeif_cond_beta_multisynapse.h b/models/aeif_cond_beta_multisynapse.h index d1e81c520a..10fbd680b8 100644 --- a/models/aeif_cond_beta_multisynapse.h +++ b/models/aeif_cond_beta_multisynapse.h @@ -56,7 +56,7 @@ namespace nest */ extern "C" int aeif_cond_beta_multisynapse_dynamics( double, const double*, double*, void* ); -/* BeginUserDocs: neuron, adaptive threshold, integrate-and-fire, conductance-based +/* BeginUserDocs: neuron, adaptation, integrate-and-fire, conductance-based Short description +++++++++++++++++ diff --git a/models/aeif_cond_exp.h b/models/aeif_cond_exp.h index 412750097b..43036f7c51 100644 --- a/models/aeif_cond_exp.h +++ b/models/aeif_cond_exp.h @@ -68,7 +68,7 @@ extern "C" int aeif_cond_exp_dynamics( double, const double*, double*, void* ); */ extern "C" int aeif_cond_exp_dynamics_DT0( double, const double*, double*, void* ); -/* BeginUserDocs: neuron, adaptive threshold, integrate-and-fire, conductance-based +/* BeginUserDocs: neuron, adaptation, integrate-and-fire, conductance-based Short description +++++++++++++++++ diff --git a/models/aeif_psc_alpha.h b/models/aeif_psc_alpha.h index a661b39e18..44dce7c868 100644 --- a/models/aeif_psc_alpha.h +++ b/models/aeif_psc_alpha.h @@ -57,7 +57,7 @@ namespace nest */ extern "C" int aeif_psc_alpha_dynamics( double, const double*, double*, void* ); -/* BeginUserDocs: neuron, adaptive threshold, integrate-and-fire, current-based +/* BeginUserDocs: neuron, adaptation, integrate-and-fire, current-based Short description +++++++++++++++++ diff --git a/models/aeif_psc_delta.h b/models/aeif_psc_delta.h index 6b598bdaf6..5ce8cda93a 100644 --- a/models/aeif_psc_delta.h +++ b/models/aeif_psc_delta.h @@ -57,7 +57,7 @@ namespace nest */ extern "C" int aeif_psc_delta_dynamics( double, const double*, double*, void* ); -/* BeginUserDocs: neuron, adaptive threshold, integrate-and-fire, current-based +/* BeginUserDocs: neuron, adaptation, integrate-and-fire, current-based Short description +++++++++++++++++ diff --git a/models/aeif_psc_delta_clopath.h b/models/aeif_psc_delta_clopath.h index e865a4e854..6a3ece45e9 100644 --- a/models/aeif_psc_delta_clopath.h +++ b/models/aeif_psc_delta_clopath.h @@ -58,7 +58,7 @@ namespace nest */ extern "C" int aeif_psc_delta_clopath_dynamics( double, const double*, double*, void* ); -/* BeginUserDocs: neuron, adaptive threshold, integrate-and-fire, Clopath plasticity, current-based +/* BeginUserDocs: neuron, adaptation, integrate-and-fire, Clopath plasticity, current-based Short description +++++++++++++++++ diff --git a/models/aeif_psc_exp.h b/models/aeif_psc_exp.h index 0942470cc3..35ee0ed501 100644 --- a/models/aeif_psc_exp.h +++ b/models/aeif_psc_exp.h @@ -57,7 +57,7 @@ namespace nest */ extern "C" int aeif_psc_exp_dynamics( double, const double*, double*, void* ); -/* BeginUserDocs: neuron, integrate-and-fire, adaptive threshold, current-based +/* BeginUserDocs: neuron, integrate-and-fire, adaptation, current-based Short description +++++++++++++++++ diff --git a/models/amat2_psc_exp.h b/models/amat2_psc_exp.h index f058c10305..614a0483e1 100644 --- a/models/amat2_psc_exp.h +++ b/models/amat2_psc_exp.h @@ -36,7 +36,7 @@ namespace nest { -/* BeginUserDocs: neuron, integrate-and-fire, current-based +/* BeginUserDocs: neuron, integrate-and-fire, current-based, adaptation Short description +++++++++++++++++ diff --git a/models/eprop_iaf_adapt_bsshslm_2020.h b/models/eprop_iaf_adapt_bsshslm_2020.h index f67f6673ff..b27bc400e8 100644 --- a/models/eprop_iaf_adapt_bsshslm_2020.h +++ b/models/eprop_iaf_adapt_bsshslm_2020.h @@ -35,7 +35,7 @@ namespace nest { -/* BeginUserDocs: neuron, e-prop plasticity, current-based, integrate-and-fire, adaptive threshold +/* BeginUserDocs: neuron, e-prop plasticity, current-based, integrate-and-fire, adaptation Short description +++++++++++++++++ diff --git a/models/gif_cond_exp.h b/models/gif_cond_exp.h index 27c0e32e80..4b04e83486 100644 --- a/models/gif_cond_exp.h +++ b/models/gif_cond_exp.h @@ -48,7 +48,7 @@ namespace nest extern "C" int gif_cond_exp_dynamics( double, const double*, double*, void* ); -/* BeginUserDocs: neuron, integrate-and-fire, conductance-based +/* BeginUserDocs: neuron, integrate-and-fire, conductance-based, adaptation Short description +++++++++++++++++ diff --git a/models/gif_cond_exp_multisynapse.h b/models/gif_cond_exp_multisynapse.h index ef210e40d3..a51056e240 100644 --- a/models/gif_cond_exp_multisynapse.h +++ b/models/gif_cond_exp_multisynapse.h @@ -46,7 +46,7 @@ namespace nest extern "C" int gif_cond_exp_multisynapse_dynamics( double, const double*, double*, void* ); -/* BeginUserDocs: neuron, integrate-and-fire, conductance-based +/* BeginUserDocs: neuron, integrate-and-fire, conductance-based, adaptation Short description +++++++++++++++++ diff --git a/models/gif_pop_psc_exp.h b/models/gif_pop_psc_exp.h index f5e54101a2..56f606f020 100644 --- a/models/gif_pop_psc_exp.h +++ b/models/gif_pop_psc_exp.h @@ -38,7 +38,7 @@ namespace nest class Network; -/* BeginUserDocs: neuron, integrate-and-fire, current-based +/* BeginUserDocs: neuron, integrate-and-fire, current-based, adaptation Short description +++++++++++++++++ diff --git a/models/gif_psc_exp.h b/models/gif_psc_exp.h index 50c2311d94..61e3045f5b 100644 --- a/models/gif_psc_exp.h +++ b/models/gif_psc_exp.h @@ -35,7 +35,7 @@ namespace nest { -/* BeginUserDocs: neuron, integrate-and-fire, current-based +/* BeginUserDocs: neuron, integrate-and-fire, current-based, adaptation Short description +++++++++++++++++ diff --git a/models/gif_psc_exp_multisynapse.h b/models/gif_psc_exp_multisynapse.h index 037af088e9..42c5edd931 100644 --- a/models/gif_psc_exp_multisynapse.h +++ b/models/gif_psc_exp_multisynapse.h @@ -35,7 +35,7 @@ namespace nest { -/* BeginUserDocs: neuron, integrate-and-fire, current-based +/* BeginUserDocs: neuron, integrate-and-fire, current-based, adaptation Short description +++++++++++++++++ diff --git a/models/glif_cond.h b/models/glif_cond.h index 1d0cf8803c..6480bce786 100644 --- a/models/glif_cond.h +++ b/models/glif_cond.h @@ -42,7 +42,7 @@ #include "dictdatum.h" -/* BeginUserDocs: neuron, integrate-and-fire, conductance-based +/* BeginUserDocs: neuron, integrate-and-fire, conductance-based, adaptation Short description +++++++++++++++++ diff --git a/models/glif_psc.h b/models/glif_psc.h index 5a2a6bcfa1..f152cb1441 100644 --- a/models/glif_psc.h +++ b/models/glif_psc.h @@ -32,7 +32,7 @@ #include "dictdatum.h" -/* BeginUserDocs: neuron, integrate-and-fire, current-based +/* BeginUserDocs: neuron, integrate-and-fire, current-based, adaptation Short description +++++++++++++++++ diff --git a/models/glif_psc_double_alpha.h b/models/glif_psc_double_alpha.h index ce4c310acd..fc4c174ff8 100644 --- a/models/glif_psc_double_alpha.h +++ b/models/glif_psc_double_alpha.h @@ -32,7 +32,7 @@ #include "dictdatum.h" -/* BeginUserDocs: neuron, integrate-and-fire, current-based +/* BeginUserDocs: neuron, integrate-and-fire, current-based, adaptation Short description +++++++++++++++++ diff --git a/models/ht_neuron.h b/models/ht_neuron.h index 4e6f78c816..221f12e524 100644 --- a/models/ht_neuron.h +++ b/models/ht_neuron.h @@ -63,7 +63,7 @@ namespace nest */ extern "C" int ht_neuron_dynamics( double, const double*, double*, void* ); -/* BeginUserDocs: neuron, Hill-Tononi plasticity +/* BeginUserDocs: neuron, Hill-Tononi plasticity, adaptation, integrate-and-fire Short description +++++++++++++++++ @@ -76,7 +76,7 @@ Description This model neuron implements a slightly modified version of the neuron model described in [1]_. The most important properties are: -- Integrate-and-fire with threshold adaptive threshold. +- Integrate-and-fire with adaptive threshold. - Repolarizing potassium current instead of hard reset. - AMPA, NMDA, GABA_A, and GABA_B conductance-based synapses with beta-function (difference of exponentials) time course. diff --git a/models/mat2_psc_exp.h b/models/mat2_psc_exp.h index fea1a40e32..25797f698c 100644 --- a/models/mat2_psc_exp.h +++ b/models/mat2_psc_exp.h @@ -36,7 +36,7 @@ namespace nest { -/* BeginUserDocs: neuron, integrate-and-fire, current-based +/* BeginUserDocs: neuron, integrate-and-fire, current-based, adaptation Short description +++++++++++++++++ diff --git a/models/pp_psc_delta.h b/models/pp_psc_delta.h index 28a9577c2c..60bc309c4b 100644 --- a/models/pp_psc_delta.h +++ b/models/pp_psc_delta.h @@ -35,7 +35,7 @@ namespace nest { -/* BeginUserDocs: neuron, point process, current-based +/* BeginUserDocs: neuron, point process, current-based, adaptation Short description +++++++++++++++++