From 73566ec5ff928c472624e78e526cdc34b940d37c Mon Sep 17 00:00:00 2001 From: ocrampal Date: Mon, 6 Apr 2026 15:44:09 +0200 Subject: [PATCH] aggiunto AMPA-CLEAR --- neuron/BEH-BD.md | 13 ++++--------- neuron/BEH-POST.md | 23 +++++++++++++++++------ 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/neuron/BEH-BD.md b/neuron/BEH-BD.md index df24b9b..b69d5de 100644 --- a/neuron/BEH-BD.md +++ b/neuron/BEH-BD.md @@ -59,19 +59,14 @@ The only behavior we model: - Each active spine contributes an EPSP to V_dend V_dend += receptor_conductance_i * AMPA_weight (summed across all spines; no neck attenuation) - - V_dend decays passively each ms V_dend *= (1 - dt / tau_dend) tau_dend is the membrane time constant of the branch - - V_dend passed to soma each ms (read externally) - - If soma fires this ms (step in soma_spike_train): V_bAP = V_bAP_peak (uniform across all spines) - - V_bAP decays each ms V_bAP += (0 - V_bAP) * dt / tau_bAP - - V_bAP broadcast to all spines as shared variable each spine reads V_bAP in its NMDA coincidence gate: V_total = V_post + V_bAP @@ -84,9 +79,9 @@ The only behavior we model: — mins: -- nothing in the simplified model - (structural remodelling of spine neck geometry - under LTP/LTD would live here if added later) +- nothing in the simplified model + (structural remodelling of spine neck geometry + under LTP/LTD would live here if added later) --- @@ -100,4 +95,4 @@ Container: BEH-BD - BEH-POST ( full: 50x, active: 0x, empty: 10x ) # managed_by: BEH-EXH or BEH-INH from winnertakeall # developed_by: DEV-BD-BEH-POST-TUB from DEV-N -``` +``` \ No newline at end of file diff --git a/neuron/BEH-POST.md b/neuron/BEH-POST.md index d6ea028..adfc0a9 100644 --- a/neuron/BEH-POST.md +++ b/neuron/BEH-POST.md @@ -269,12 +269,6 @@ episode: CaClearance trace: None ``` -#### NaClearance - -##### NaClearanceHigh: Episode - -##### NaClearanceLow: Episode - ### sec: behaviors POST #### :Context @@ -340,3 +334,20 @@ episode: AmpaOpenMedium action: [Na increase] trace: ``` + +## BEH-POST-AMPA-CLEAR: Container + +```Gen +container: BEH-POST-AMPA-CLEAR + + context_intricated: + - Na ( contained_by: BEH-POST ) +``` + +### ms: behaviors AMPA-CLEAR + +#### NaClearance + +##### NaClearanceHigh: Episode + +##### NaClearanceLow: Episode