Warning
Retraction Notice (May 16, 2026)
The central claims of §2 and §7 of QIC-S Theory Ver 1.6 (the establishment of
Please see ERRATUM_Ver1.6.md for full details and the corresponding data.
The prior results derived from independent logical pathways—including the 99.46% agreement with 7 SPARC galaxies (Ver 5.1), the derivation of the Baryonic Tully-Fisher Relation, and the
QIC-S Theory Ver 1.7 is currently in preparation to address these structural requirements.# QIC-S Theory — Numerical Codebase
Author: Yoshiaki Sasada (QIC-S Project)
Paper: QIC-S Theory Ver 1.6 — Hydrodynamic Limit of Causal Networks (May 2026)
OSF Preprint: https://osf.io/kb75p/
Overview
QIC-S (Quantum Information Cosmology — Sasada) is a theoretical framework that explains galaxy rotation curves without postulating dark matter. Its core claim: an effective transport coefficient
This repository contains the complete numerical codebase for Ver 1.6. The status of the original claims is as follows:
-
[RETRACTED — see ERRATUM]
Proves the hydrodynamic limit$D_{\infty} > 0$ on 3D cubic lattices ($L=3–9$ ,$N=81–2187$ ) with the$N=3$ Ring as the unit cell -
[Remains Valid] Identifies and corrects an artifact in the conventional susceptibility
$\chi_{\text{local}}$ for 3D lattices. -
[Remains Valid] Scans the inter-cell coupling ratio
$r = g_{\text{inter}} / g_{\text{internal}}$ and identifies a transport efficiency peak at$r = 2$ . -
[Weakened — see ERRATUM] Formulates the micro–macro relation
$D_{\text{eff}} = D_{\text{GK}} \times \tau_R / \tau_c$ (The bridge formula remains formulated, but relies on the non-finite nature of$D_{\text{GK}}$ under the studied model).
The codebase is retained strictly for scientific reproducibility, including the qics_v17_L10_extension.py) which provided the refuting data.
Key Results at a Glance
| Result | Value | Section |
|---|---|---|
| Hydrodynamic limit |
|
§2 |
|
|
§2.5 | |
| Isotropy |
|
§3 |
| Transport peak | §4 | |
| Scaling exponent |
|
§5 |
(Left)
$D_{\text{vol}}$ vs.$1/N$ with linear extrapolation. Both fits ($L = 3$ –$9$ in red;$L = 5$ –$9$ in green) yield strictly positive thermodynamic-limit estimates ($D_\infty \approx 1.21 \times 10^{-3}$ and$6.00 \times 10^{-4}$ , respectively).
(Right) Log-log scaling of$D_{\text{vol}}$ :$\propto N^{0.11}$ with$R^2 = 0.065$ , consistent with an approximately size-independent intensive quantity.
(A)
$\chi_{\text{old}} \propto N^{1.03}$ (artifact);$\chi_{\text{iso}} \propto N^{-0.30}$ (physically correct).
(B) Three normalization schemes compared:$D_{\text{full,old}} \to 0$ (artifact),$D_{\text{full,new}} \to \text{const}$ ,$D_{\text{vol}} \to \text{const}$ .
(C)$D_{\text{full,new}}$ peaks near$L = 5$ –$7$ ($\approx 0.30$ ) then decreases mildly — residual finite-size effect.
(D) Perfect isotropy confirmed:$\chi_x \approx \chi_y \approx \chi_z$ (max/min$< 1.04$ ) at all system sizes.
(A, B) Non-monotonic peak at
$r = 2.0$ in both$D_{\text{vol}}$ and$D_{\text{full,new}}$ : optimal balance between intra-Ring circulation and inter-cell propagation.
(C) Bandwidth increases monotonically with$r$ ; for$r > 2$ the spectral broadening induces Anderson-localization-analogous transport suppression.
(A)
$D_{\text{eff}} \propto R^{1.573}$ ($R^2 = 0.944$ );$\alpha = 1$ (flat$v$ ) strictly rejected.
(B)$v \propto R^{0.573 \pm 0.029}$ confirmed directly from SPARC data, consistent with$\alpha - 1 = 0.573$ .
(C) Residual$\delta$ vs. Phase Metric$M$ : Pearson$r = 0.034$ ($p = 0.66$ ) — no significant correlation, consistent with$D_{\text{GK}}$ being a universal constant.
(D) Order phase ($n = 133$ ) and Chaos phase ($n = 37$ ) show nearly identical residual distributions.
.
├── figures/
│ ├── fig1_D_GK.png # §2: D_vol extrapolation
│ ├── fig2_chi.png # §3: χ_iso redefinition
│ ├── fig3_ratio.png # §4: coupling ratio scan
│ └── fig4_prediction.png # §5: 170-galaxy verification
├── qics_3d_gk_L3to9_complete.py # §2: Main Green-Kubo calculation (L=3–9)
├── qics_v16_sec3_chi_redefinition.py # §3: χ_iso redefinition and verification
├── qics_v16_sec4_ratio_scan.py # §4: Inter-cell coupling ratio scan
├── qics_v16_sec3_sec4_summary.py # §3–4: Figure generation scripts
└── README.md
Note: Place the four figure files in a
figures/subdirectory for the image links above to render correctly.
pip install numpy scipy matplotlibTested on:
- Python 3.12.3
- numpy 2.4.4
- scipy 1.17.1
- matplotlib 3.x
Reproduces Table 1 and Figure 1.
python qics_3d_gk_L3to9_complete.pyComputation time: L=8 (~50s/sample), L=9 (~220s/sample). Full run takes several hours on a single CPU.
Reproduces Table 3 and Figure 2. Compares
python qics_v16_sec3_chi_redefinition.pyReproduces Table 4 and Figure 3. Scans
python qics_v16_sec4_ratio_scan.pyRegenerates Figures 1–3 from stored ensemble data.
python qics_v16_sec3_sec4_summary.pyAll computations use deterministic seeds:
seed = i * 1000 + L # i = sample index, L = lattice sizeParameters fixed across all scripts:
| Parameter | Value |
|---|---|
| 1.0 | |
| 0.3 | |
| 1.0 | |
| 150.0 | |
| Time points | 1000 |
| GK tail average | last 200 points |
The 3D lattice is constructed from
- Intra-cell: Ring couplings A–B, B–C, C–A
-
Inter-cell: Node A couples in
$x$ , node B in$y$ , node C in$z$ - Degree: Each node has degree 4 (2 internal + 2 inter-cell bonds)
The Green-Kubo transport coefficient is computed via full Hamiltonian diagonalization ($O(N^3)$):
The volume-normalized coefficient
| Version | Key result | Repository |
|---|---|---|
| Ver 3.9.11 | BTFR derivation from CSH; |
OSF |
| Ver 1.5.2 | 170-galaxy rotation curve fitting; |
OSF |
| Ver 1.6 | Hydrodynamic limit; |
This repo |
Explicitly stated in the paper as future work:
-
Analytical proof of
$D_\infty > 0$ : Period matrix framework (§6) needs extension to 3D lattices -
First-principles derivation of
$C(0) \to v^2$ : Working hypothesis — physical mechanism open (§5.2) - Solar-system constraints: Consistency with Mercury perihelion precession
- ΛCDM statistical comparison: BIC/AIC over broad galaxy sample
@misc{sasada2026qics16,
author = {Sasada, Yoshiaki},
title = {{QIC-S Theory Ver 1.6: Hydrodynamic Limit of Causal Networks}},
year = {2026},
month = {May},
publisher = {OSF Preprints},
doi = {10.17605/OSF.IO/KB75P},
url = {https://osf.io/kb75p/}
}MIT License. See LICENSE for details.
Numerical computations were performed with Python/NumPy/SciPy. Theoretical development involved interactive computation with Claude (Anthropic) and Gemini (Google). All theoretical claims, physical interpretations, and authorship responsibility belong solely to Yoshiaki Sasada.



