From e33db81ec5be83f61d1b3a6222f866ab20b6c40b Mon Sep 17 00:00:00 2001 From: Sergio Marchetti Date: Sat, 23 May 2026 15:39:25 +0200 Subject: [PATCH 1/2] Update elements/neuron/postsynapse.md --- elements/neuron/postsynapse.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/elements/neuron/postsynapse.md b/elements/neuron/postsynapse.md index 3bf7478..dba08fa 100644 --- a/elements/neuron/postsynapse.md +++ b/elements/neuron/postsynapse.md @@ -304,6 +304,15 @@ Il clearance lo mettiamo qui come container, perche' gli AMPA creano, e questo c ```Gen POST-NA-CLEAR + type: comprehension + + expansion: + @: POST-NA-CLEAR-BHE: POST-NA-CLEAR-BHE +``` + +## POST-NA-CLEAR-BHE: Container +```Gen +POST-NA-CLEAR-BHE type: container context_intricated: @@ -317,7 +326,7 @@ POST-NA-CLEAR ```Gen NaClearanceHigh: ( active: 4x ) type: accumulator - contained_by: POSTSYNAPSE + contained_by: POST-NA-CLEAR-BHE in_context: NOT bAP_ctx ??any?? hypothesis: ( Na mediumness ) OR ( Na fullness ) @@ -330,7 +339,7 @@ NaClearanceHigh: ( active: 4x ) ```Gen NaClearanceLow: ( active: 16x ) type: accumulator - contained_by: POSTSYNAPSE + contained_by: POST-NA-CLEAR-BHE in_context: NOT bAP_ctx ??any?? hypothesis: NOT (Na empty) From 2725f88a3ae40335b7e6606d8eeaa3e08306e4d2 Mon Sep 17 00:00:00 2001 From: Sergio Marchetti Date: Sat, 23 May 2026 15:43:16 +0200 Subject: [PATCH 2/2] Update elements/neuron/postsynapse.md --- elements/neuron/postsynapse.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/elements/neuron/postsynapse.md b/elements/neuron/postsynapse.md index dba08fa..e5b11da 100644 --- a/elements/neuron/postsynapse.md +++ b/elements/neuron/postsynapse.md @@ -9,8 +9,6 @@ Qui comprendiamo: - POSTSYNAPSE: Postsynapse - POST-AMPA: AMPA receptors (α-amino-3-hydroxy-5-methyl-4-isoxazolepropionic acid receptors) -## POSTSYNAPSE: Comprehension - **Simplified Behaviors**: — ms: @@ -93,6 +91,8 @@ TunPossible_ctx --- +## POSTSYNAPSE: Comprehension + ```Gen POSTSYNAPSE type: comprehension @@ -105,6 +105,7 @@ POSTSYNAPSE @POSTSYNAPSE-BEH: POSTSYNAPSE-BEH [] ``` +## POSTSYNAPSE: Container ``` POSTSYNAPSE-BEH @@ -246,7 +247,7 @@ VPostClearance: ( active: 18x ) ``` 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 +## POST-AMPA: Comprehension ```Gen POST-AMPA @@ -257,6 +258,8 @@ POST-AMPA ``` +## POST-AMPA: Container + ```Gen POST-AMPA-BHE type: container @@ -298,7 +301,7 @@ NaAMPAEnterMed: ( active: 4x ) trace: ``` -## POST-NA-CLEAR: Container +## POST-NA-CLEAR: Comprehension Il clearance lo mettiamo qui come container, perche' gli AMPA creano, e questo container pompa 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'.