2026-05-15 19:49:29 +02:00
---
include_toc: true
---
2026-04-14 12:05:22 +02:00
# postsynapse.md
2026-04-06 10:46:41 +02:00
Qui comprendiamo:
2026-04-26 12:38:41 +00:00
- POSTSYNAPSE: Postsynapse
- POST-AMPA: AMPA receptors (α -amino-3-hydroxy-5-methyl-4-isoxazolepropionic acid receptors)
2026-04-06 10:46:41 +02:00
**Simplified Behaviors** :
— ms:
- NT arrives in cleft → AMPA receptors bind NT (receptor availability constant, no desensitization)
- V_post rises with AMPA conductance, decays passively each ms
- bAP arrives → V_post receives additional depolarisation boost
- NMDA gate checks coincidence: NT_cleft AND V_post both non-zero
- Mg_block_removal = V_post / (V_post + V_NMDA_half) — sigmoid of V_post
- Ca²⁺ enters spine via NMDA: Ca_post += k_NMDA × NT_cleft × Mg_block_removal
- Ca_post decays slowly each ms (single exponential, no pump detail)
- Ca_post_history updated every ms (feeds seconds loop)
- V_post_history updated every ms (retained for reference)
— seconds:
- Ca_post_history mean computed over past 2 s
- eCB synthesised when Ca_post_history mean exceeds eCB threshold
- eCB_level decays when Ca_post_history mean falls below threshold
- eCB_level written → read by presynapse as retrograde brake on VGCCs
- Ca_post_history compared to LTP/LTD thresholds → plasticity tag set
— mins:
- If Plasticity_LTP tagged → AMPA density increases
- If Plasticity_LTD tagged → AMPA density decreases
- AMPA density feeds back into receptor_conductance ceiling for next cycle
---
2026-04-26 12:07:11 +00:00
**G expression** :
2026-04-26 16:49:16 +02:00
2026-04-26 12:07:11 +00:00
```Gen
2026-05-17 09:45:27 +02:00
bAP_ctx
POSTSYNAPSE (ms)
2026-04-29 16:33:44 +00:00
-- Ca Influx
2026-05-17 09:45:27 +02:00
CaNDMAEnterMax: ( active: 2x ) accumulator
CaNDMAEnterMed: ( active: 4x ) accumulator
2026-04-29 16:33:44 +00:00
2026-05-17 09:45:27 +02:00
NOT bAP_ctx:
POSTSYNAPSE (ms)
2026-04-29 16:33:44 +00:00
-- Ca Influx
2026-05-17 09:45:27 +02:00
CaNDMAEnterMedNotBap: ( active: 4x ) accumulator
CaNDMAEnterLow: ( active: 12x ) accumulator
2026-04-29 16:33:44 +00:00
-- Ca Clearence
2026-05-17 09:45:27 +02:00
CaClearance: ( active: 24x ) accumulator
2026-04-29 16:33:44 +00:00
-- V Influx
2026-05-17 12:27:51 +02:00
VPostMax: ( active: 4x ) accumulator ->VPost
VPostMed: ( active: 8x ) accumulator ->VPost
VPostLow: ( active: 16x ) accumulator ->VPost
2026-04-29 16:33:44 +00:00
-- V Clearence
2026-05-17 12:27:51 +02:00
VPostClearance: ( active: 18x ) accumulator ~->VPost
POST-AMPA (ms) ~ NT
2026-04-29 16:33:44 +00:00
-- Na Influx
2026-05-17 12:27:51 +02:00
NaAMPAEnterMax: ( active: 2x ) accumulator ~NT
NaAMPAEnterMed: ( active: 4x ) accumulator ~NT
2026-05-17 09:45:27 +02:00
POST-NA-CLEAR (ms)
2026-04-29 16:33:44 +00:00
-- Na Clearence
2026-05-17 09:45:27 +02:00
NaClearanceHigh: ( active: 4x ) accumulator
NaClearanceLow: ( active: 16x ) accumulator
TunPossible_ctx
TUN-POST-AMPA (sec)
CheckTunPostAmpa: ( active: 60x ) contexting
TryTunUpPostAmpa_ctx
PossibleUpPostAmpaTun: ( active: 10x ) accumulator
TryTunDownPostAmpa_ctx
PossibleDownPostAmpaTun: ( active: 10x ) accumulator
2026-04-26 12:07:11 +00:00
```
2026-04-06 10:46:41 +02:00
**Tubs:**
- **Na**: Ioni entranti tramite AMPA receptors
- **NT**:
- **Ca2+**: Ioni entranti tramite NMDA
2026-04-07 17:41:08 +02:00
- **VPost**: il voltage che viene sentito in DB
2026-04-06 10:46:41 +02:00
- **eCB**:
- **Nox**:?
---
2026-05-23 15:43:16 +02:00
## POSTSYNAPSE: Comprehension
2026-04-06 10:46:41 +02:00
```Gen
2026-05-02 18:27:35 +00:00
POSTSYNAPSE
2026-05-23 10:17:32 +02:00
type: comprehension
2026-04-06 10:46:41 +02:00
2026-05-24 14:06:01 +02:00
expand_comprehension:
2026-05-24 14:29:27 +02:00
&POST-AMPA_ALL: POST-AMPA (full: 10x, active: 5x, empty: 2x)
@: POST-NA-CLEAR (full: 1x, active: 1x, empty: 0x)
2026-05-24 14:06:01 +02:00
2026-05-24 14:29:27 +02:00
instantiate_container:
POSTSYNAPSE-BEH []
TUN-POST-AMPA [pass: POST-AMPA_ALL]
2026-05-23 10:17:32 +02:00
```
2026-05-23 20:08:28 +02:00
### POSTSYNAPSE: Container
2026-05-23 10:18:29 +02:00
```
2026-05-23 10:17:32 +02:00
POSTSYNAPSE-BEH
type: container
activity_scope: !DAY
2026-04-06 16:27:17 +02:00
2026-05-23 10:17:32 +02:00
tub_local:
- Ca2+ ( full: 60x, active: 30x, empty: 0x )
- Na ( full: 60x, active: 30x, empty: 0x )
- Nox ( full: 100x, active: 20x, empty: 0x ) # Nitric Oxide (NO): A gas that diffuses freely.
- eCB ( full: 100x, active: 20x, empty: 0x ) # Endocannabinoids (e.g., 2-AG)
2026-04-06 10:46:41 +02:00
tub_intricated:
2026-04-26 12:38:41 +00:00
- NT ( contained_by: SYNAPSE )
- VPost ( contained_by: BD )
2026-04-06 10:46:41 +02:00
context_intricated:
2026-05-02 18:27:35 +00:00
- bAp_ctx ( contained_by: SOMA )
2026-04-06 10:46:41 +02:00
```
2026-05-24 16:10:40 +02:00
#### bAp_ctx
2026-04-06 10:46:41 +02:00

2026-05-15 19:49:29 +02:00
##### CaNDMAEnterMax: ( active: 2x ) accumulator
2026-04-06 10:46:41 +02:00
```Gen
2026-05-02 18:27:35 +00:00
CaNDMAEnterMax: ( active: 2x )
type: accumulator
2026-05-23 10:20:18 +02:00
contained_by: POSTSYNAPSE-BEH
2026-04-06 10:46:41 +02:00
2026-05-02 18:27:35 +00:00
in_context: bAp_ctx
hypothesis: NOT (Ca2+ full) AND
(Na fullness OR Na mediumness)
action: [Ca2+ increase]
trace:
2026-04-06 10:46:41 +02:00
```
2026-05-15 19:49:29 +02:00
##### CaNDMAEnterMed: ( active: 4x ) accumulator
2026-04-06 10:46:41 +02:00
```Gen
2026-05-02 18:27:35 +00:00
CaNDMAEnterMed: ( active: 4x )
type: accumulator
2026-05-24 16:08:38 +02:00
contained_by: POSTSYNAPSE-BEH
2026-04-26 12:38:41 +00:00
2026-05-02 18:27:35 +00:00
in_context: bAp_ctx
hypothesis: NOT (Ca2+ full) AND (Na emptiness)
action: [Ca2+ increase]
trace:
2026-04-26 12:38:41 +00:00
```
2026-04-06 10:46:41 +02:00
2026-05-24 16:10:40 +02:00
#### NOT bAp_ctx
2026-05-24 16:08:38 +02:00
##### CaNDMAEnterLow: ( active: 12x ) accumulator
2026-04-26 12:38:41 +00:00
```Gen
2026-05-24 16:08:38 +02:00
CaNDMAEnterLow: ( active: 12x )
2026-05-02 18:27:35 +00:00
type: accumulator
2026-05-24 16:08:38 +02:00
contained_by: POSTSYNAPSE-BEH
2026-04-06 10:46:41 +02:00
2026-05-02 18:27:35 +00:00
in_context: NOT bAP_ctx
2026-05-24 16:08:38 +02:00
hypothesis: NOT (Ca2+ full) AND (Na mediumness)
2026-05-02 18:27:35 +00:00
action: [Ca2+ increase]
trace:
2026-04-06 10:46:41 +02:00
```
2026-05-24 16:08:38 +02:00
##### CaNDMAEnterMedNotBap: ( active: 4x ) accumulator
2026-04-06 10:46:41 +02:00
```Gen
2026-05-24 16:08:38 +02:00
CaNDMAEnterMedNotBap: ( active: 4x )
2026-05-02 18:27:35 +00:00
type: accumulator
2026-05-24 16:08:38 +02:00
contained_by: POSTSYNAPSE-BEH
2026-04-06 10:46:41 +02:00
2026-05-02 18:27:35 +00:00
in_context: NOT bAP_ctx
2026-05-24 16:08:38 +02:00
hypothesis: NOT (Ca2+ full) AND (Na fullness)
2026-05-02 18:27:35 +00:00
action: [Ca2+ increase]
trace:
2026-04-06 10:46:41 +02:00
```
2026-05-24 16:08:38 +02:00
##### CaClearance: ( active: 24x ) accumulator
2026-04-07 12:28:57 +02:00
2026-04-06 16:27:17 +02:00
```Gen
2026-05-02 18:27:35 +00:00
CaClearance: ( active: 24x ) # Low
type: accumulator
2026-05-24 16:08:38 +02:00
contained_by: POSTSYNAPSE-BEH
2026-04-06 16:27:17 +02:00
2026-05-02 18:27:35 +00:00
in_context: NOT bAP_ctx
hypothesis: NOT (Ca2+ empty)
action: [Ca2+ decrease]
trace: None
2026-04-06 16:27:17 +02:00
```
2026-05-15 20:10:11 +02:00
##### VPostMax: ( active: 4x ) accumulator
```Gen
VPostMax: ( active: 4x )
type: accumulator
2026-05-24 16:08:38 +02:00
contained_by: POSTSYNAPSE-BEH
2026-04-06 16:27:17 +02:00
2026-05-15 20:10:11 +02:00
in_context: NOT bAP_ctx
hypothesis: ( NA fullness )
action: [VPost increase]
trace: None
```
2026-04-06 16:27:17 +02:00
2026-05-15 20:10:11 +02:00
##### VPostMed: ( active: 8x ) accumulator
```Gen
VPostMed: ( active: 8x )
type: accumulator
2026-05-24 16:08:38 +02:00
contained_by: POSTSYNAPSE-BEH
2026-04-06 16:27:17 +02:00
2026-05-15 20:10:11 +02:00
in_context: NOT bAP_ctx
hypothesis: ( NA mediumness )
action: [VPost increase]
trace: None
```
2026-04-07 12:28:57 +02:00
2026-05-15 20:10:11 +02:00
##### VPostMin: ( active: 16x ) accumulator
```Gen
VPostMin: ( active: 16x )
type: accumulator
2026-05-24 16:08:38 +02:00
contained_by: POSTSYNAPSE-BEH
2026-05-15 20:10:11 +02:00
in_context: NOT bAP_ctx
hypothesis: ( NA emptiness )
action: [VPost increase]
trace: None
```
2026-05-24 16:08:38 +02:00
Il VPost clearance lo facciamo qui nel container dove creaiamo anche i VPost, perche' altrimenti, se lo facessimo in DB, perderemmo l'aspetto temporale della contribuzione dei singoli POST.
2026-05-15 20:10:11 +02:00
##### VPostClearance: ( active: 18x ) accumulator
```Gen
VPostClearance: ( active: 18x )
type: accumulator
2026-05-24 16:08:38 +02:00
contained_by: POSTSYNAPSE-BEH
2026-05-15 20:10:11 +02:00
in_context: NOT bAP_ctx
hypothesis: NOT ( VPost empty )
action: [VPost decrease]
trace: None
```
2026-05-24 16:08:38 +02:00
Il NA clearance lo mettiamo qui come sniplet, perche' gli AMPA creano, e questi pompano fuori. Qui non e' un problema di perdere l'integrazione temporale, perche' gli AMPA sono tutti uguali nel loro behavior. Abbiamo messo gli AMPA come container perche' cosi' possiamo modularne la numerosita'.
##### NaClearanceHigh: ( active: 4x ) accumulator
```Gen
NaClearanceHigh: ( active: 4x )
type: accumulator
contained_by: POST-NA-CLEAR-BHE
in_context: NOT bAP_ctx ??any??
hypothesis: ( Na mediumness ) OR ( Na fullness )
action: [Na decrease]
trace: None
```
##### NaClearanceLow: ( active: 16x ) accumulator
```Gen
NaClearanceLow: ( active: 16x )
type: accumulator
contained_by: POST-NA-CLEAR-BHE
in_context: NOT bAP_ctx ??any??
hypothesis: NOT (Na empty)
action: [Na decrease]
trace: None
```
2026-04-06 10:46:41 +02:00
2026-05-24 16:12:03 +02:00
### TUN-POST-AMPA: Container
2026-05-24 14:06:01 +02:00
```Gen
TUN-POST-AMPA
type: container
activity_scope: !DAY
tub_modulation: # in TUN agiamo su POS/ACT
- posMod ( fullness: None, active: BEH-POST-IC/fullness, empty: 0x) # riferimento a possible di BEH-PRE
- actMod ( fullness: None, active: BEH-POST-IC/active, empty: BEH-POST-IC/emptiness) # riferimento a active di BEH-PRE
context_intricated:
- TunPossible ( contained_by: DAY-N )
tub_local:
tub_intricated:
```
2026-05-24 16:10:40 +02:00
#### TunPossible_ctx
2026-05-24 14:06:01 +02:00
##### CheckTunPostAmpa: ( active: 60x ) contextor
```Gen
CheckTunPostAmpa: ( active: 60x )
type: contextor
contained_by: TUN-POST-AMPA
in_context: TunPossible_ctx
condition: tbd1
out_context: TryTunUpPostAmpa_ctx
condition: tbd2
out_context: TryTunDownPostAmpa_ctx
```
##### PossibleUpPostAmpaTun: ( active: 10x ) accumulator
```Gen
PossibleUpPostAmpaTun: ( active: 10x )
type: accumulator
contained_by: TUN-POST-AMPA
in_context: TryTunUpPostAmpa_ctx
hypothesis:
action:
trace:
```
##### PossibleDownPostAmpaTun: ( active: 10x ) accumulator
```Gen
PossibleDownPostAmpaTun: ( active: 10x )
type: accumulator
contained_by: TUN-POST-AMPA
in_context: TryTunDownPostAmpa_ctx
hypothesis:
action:
trace:
```
2026-05-23 15:43:16 +02:00
## POST-AMPA: Comprehension
2026-04-26 12:38:41 +00:00
```Gen
2026-05-02 18:27:35 +00:00
POST-AMPA
2026-05-23 11:14:41 +02:00
type: comprehension
2026-05-24 16:08:38 +02:00
instantiate_container:
POST-AMPA-BHE []
2026-05-23 11:14:41 +02:00
```
2026-05-23 20:08:28 +02:00
### POST-AMPA: Container
2026-05-23 11:14:41 +02:00
```Gen
POST-AMPA-BHE
2026-05-02 18:27:35 +00:00
type: container
2026-04-26 12:38:41 +00:00
2026-05-23 11:14:41 +02:00
activity_scope: !DAY
2026-05-02 18:27:35 +00:00
tub_intricated:
2026-05-05 12:11:18 +02:00
- NT ( contained_by: ASTROCYTE/SYNAPSE )
2026-05-02 18:27:35 +00:00
context_intricated:
- Na ( contained_by: POSTSYNAPSE )
2026-04-26 12:38:41 +00:00
```
2026-05-24 16:08:38 +02:00
#### NOT bAP_ctx
2026-04-06 10:46:41 +02:00
2026-05-15 19:49:29 +02:00
##### NaAMPAEnterMax: ( active: 2x ) accumulator
2026-04-26 12:38:41 +00:00
```Gen
2026-05-02 18:27:35 +00:00
NaAMPAEnterMax: ( active: 2x )
type: accumulator
2026-05-23 11:14:41 +02:00
contained_by: POST-AMPA-BHE
2026-04-26 12:38:41 +00:00
2026-04-26 21:18:05 +00:00
in_context: NOT bAP_ctx
2026-05-02 18:27:35 +00:00
hypothesis: (NT fullness)
action: [Na increase]
trace:
2026-04-26 12:38:41 +00:00
```
2026-05-15 19:49:29 +02:00
##### NaAMPAEnterMed: ( active: 4x ) accumulator
2026-04-26 12:38:41 +00:00
```Gen
2026-05-02 18:27:35 +00:00
NaAMPAEnterMed: ( active: 4x )
type: accumulator
2026-05-23 11:14:41 +02:00
contained_by: POST-AMPA-BHE
2026-04-26 12:38:41 +00:00
2026-04-26 21:18:05 +00:00
in_context: NOT bAP_ctx
2026-05-02 18:27:35 +00:00
hypothesis: (NT mediumness)
action: [Na increase]
trace:
2026-04-26 12:38:41 +00:00
```