Update neuron/postsynapse.md

This commit is contained in:
2026-05-15 20:10:11 +02:00
parent 36e22ba6a6
commit 4574041019
+43 -4
View File
@@ -199,14 +199,53 @@ CaClearance: ( active: 24x ) # Low
trace: None
```
##### VPostMax: accumulator
##### VPostMax: ( active: 4x ) accumulator
```Gen
VPostMax: ( active: 4x )
type: accumulator
contained_by: POSTSYNAPSE
##### VPostMed: accumulator
in_context: NOT bAP_ctx
hypothesis: ( NA fullness )
action: [VPost increase]
trace: None
```
##### VPostMin: accumulator
##### VPostMed: ( active: 8x ) accumulator
```Gen
VPostMed: ( active: 8x )
type: accumulator
contained_by: POSTSYNAPSE
##### VPostClearance: accumulator
in_context: NOT bAP_ctx
hypothesis: ( NA mediumness )
action: [VPost increase]
trace: None
```
##### VPostMin: ( active: 16x ) accumulator
```Gen
VPostMin: ( active: 16x )
type: accumulator
contained_by: POSTSYNAPSE
in_context: NOT bAP_ctx
hypothesis: ( NA emptiness )
action: [VPost increase]
trace: None
```
##### VPostClearance: ( active: 18x ) accumulator
```Gen
VPostClearance: ( active: 18x )
type: accumulator
contained_by: POSTSYNAPSE
in_context: NOT bAP_ctx
hypothesis: NOT ( VPost empty )
action: [VPost decrease]
trace: None
```
Il 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.
## POST-AMPA: Container