Crystal seed vs. cortical waves
Dandekarverse · Appendix A ·   ← back to the verse

Two universes, one equation.

The Dandekar qubit-crystal cosmology and the Balkenhol wave model of the cortex look like they live on different scales of the Dandekarverse — one below the Planck length, the other between neurons. They share a skeleton. Nudge the parameters, and the skeleton either freezes into Weiss domains or breathes into travelling waves.

The shared update rule si(t+1)  =  f  (  Σj ∈ N(i) Jij · sj(t)  +  hi  +  ηi(t)  )
state · neighbourhood · coupling · drive · noise → next state
Crystal seed
s ∈ {−1,+1}  ·  f = Metropolis flip
N(i) fixed 4-neighbourhood
Jij constant · single seed site
Cortex waves
s ∈ ℝ  ·  f = damped 2nd-order wave
N(i) adaptive (top-k by correlation)
Jij(t) Hebbian · distributed sources
Model 01 · Cosmology
Qubit crystal seed
A single interacting pair nucleates in the qubit ocean. The Ising-like coupling drives Weiss-domain growth; quadratic surface loss caps it. Watch the condensation nucleus form, expand, saturate.
step 0
ordered fraction 0.00
1.40
1.10
0.15
ordered region
misplacements
outside entropy
Model 02 · Cortex
Adaptive wave field
Same grid, continuous state, damped wave equation — but neighbourhood is chosen by live correlation and couplings evolve Hebbian-style. No pre-wired topology, no fixed J.
step 0
mean |s| 0.00
0.22
0.012
0.020
synchrony
coupling var
active sites

What the same skeleton actually shows

Both panels run the same top-level loop: every site looks at a weighted sum of its neighbours, adds noise or drive, decides a next state. What differs is which piece is frozen. The crystal model freezes the neighbourhood and the coupling and lets the state flip discretely — so you see domain walls, nucleation, and the quadratic-loss cap that keeps the domain finite. The cortex model frees exactly those two things — who counts as a neighbour, and how strongly — and that single change turns the dynamics into standing waves, synchrony pockets, and self-organised receptive fields.

The argument from Ihr Qubit-Paper is that physics in our domain is what happens when this kind of system freezes: the coupling is fixed by the unit cell, neighbourhood becomes geometry, and what was a state space becomes decohered bits. The argument from the Balkenhol cortex direction is the mirror image — keep the couplings plastic, and you get the brain. Sliding the plasticity η slider from 0 upward on the right panel is, in this framing, the transition from "Dandekar crystal" to "Balkenhol cortex" on the same substrate.

Nothing here proves the cosmology — it shows that the shared skeleton supports both regimes cleanly, which is the minimum case for claiming the two models are one theory at different rigidities.

Next steps for a serious simulation: (i) port the crystal kernel to NumPy for reproducible figures — misplacements vs. domain size, entropy curves as in Figs. 5–7 of the qubit preprint; (ii) scale to 3D and ~10⁶ sites using NVIDIA Warp kernels; (iii) add a third slider on the right that lets N(i) drift continuously — a single unified parameter sweep from crystal to cortex.

← return to the Dandekarverse