aggiunto AMPA-CLEAR

This commit is contained in:
2026-04-06 15:44:09 +02:00
parent 1719c5e373
commit 73566ec5ff
2 changed files with 21 additions and 15 deletions
-5
View File
@@ -59,19 +59,14 @@ The only behavior we model:
- Each active spine contributes an EPSP to V_dend - Each active spine contributes an EPSP to V_dend
V_dend += receptor_conductance_i * AMPA_weight V_dend += receptor_conductance_i * AMPA_weight
(summed across all spines; no neck attenuation) (summed across all spines; no neck attenuation)
- V_dend decays passively each ms - V_dend decays passively each ms
V_dend *= (1 - dt / tau_dend) V_dend *= (1 - dt / tau_dend)
tau_dend is the membrane time constant of the branch tau_dend is the membrane time constant of the branch
- V_dend passed to soma each ms (read externally) - V_dend passed to soma each ms (read externally)
- If soma fires this ms (step in soma_spike_train): - If soma fires this ms (step in soma_spike_train):
V_bAP = V_bAP_peak (uniform across all spines) V_bAP = V_bAP_peak (uniform across all spines)
- V_bAP decays each ms - V_bAP decays each ms
V_bAP += (0 - V_bAP) * dt / tau_bAP V_bAP += (0 - V_bAP) * dt / tau_bAP
- V_bAP broadcast to all spines as shared variable - V_bAP broadcast to all spines as shared variable
each spine reads V_bAP in its NMDA coincidence gate: each spine reads V_bAP in its NMDA coincidence gate:
V_total = V_post + V_bAP V_total = V_post + V_bAP
+17 -6
View File
@@ -269,12 +269,6 @@ episode: CaClearance
trace: None trace: None
``` ```
#### NaClearance
##### NaClearanceHigh: Episode
##### NaClearanceLow: Episode
### sec: behaviors POST ### sec: behaviors POST
#### :Context #### :Context
@@ -340,3 +334,20 @@ episode: AmpaOpenMedium
action: [Na increase] action: [Na increase]
trace: 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