YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
black-hole-entropy-spiral
ๅฐๆธ่บๆๅตๆธฌๆผๅๆ้ปๆด็ต็ฉ้ฃ (ูุดู ุงููููุจ ุงูููุบุงุฑูุชู ู ูู ู ุตูููุงุช ุฅูุชุฑูุจูุง ุงูุซูุจ ุงูุฃุณูุฏ)
Logarithmic Spiral Detection in Synthetic Black-Hole Entropy Matrices โ a multi-language computational research framework.
Authors: Ahmad Ali Parr, Jessica L. Williams (SNAPKITTYWEST)
Abstract
A computational experiment testing whether a mathematically defined black-hole entropy matrix (Bekenstein-Hawking, Kerr geometry) contains statistically detectable logarithmic spiral structure โ r(ฮธ) = a exp(b ฮธ).
All data is synthetic. No observational astrophysical input is used. Any detected spiral is a property of the mathematical representation, not evidence of physical structure inside an astrophysical black hole.
Repository Structure (25 files, 1,224 lines)
black-hole-entropy-spiral/
โโโ matlab/ MATLAB numerical core
โ โโโ entropy_model.m Bekenstein-Hawking + Kerr entropy grid
โ โโโ spiral_detector.m WLS regression + 100-perm nulls + bootstrap CIs + SPIRAL_SCORE
โ โโโ null_models.m NULL-1..NULL-7 synthetic null matrices
โ โโโ spectral_analysis.m Radial/angular FFT PSD + autocorrelation
โ โโโ run_experiment.m 10-case harness + CSV export
โโโ simulink/ Pipeline architecture
โ โโโ entropy_spiral_pipeline.md Block pipeline specification
โ โโโ block_specification.md Per-block I/O specification
โโโ sas/ Independent statistical verification
โ โโโ process_signal_residuals.sas Rolling residual + energy statistics
โ โโโ detect_spiral_structure.sas Independent PROC REG spiral fit
โ โโโ statistical_validation.sas Cross-language MATLABโSAS comparison
โโโ quipper/ Quantum circuit (Haskell-embedded)
โ โโโ entropy_spiral.qp Register encoding circuit
โ โโโ spiral_oracle.qp H0/H1 oracle
โ โโโ measurement.qp Measurement aggregation
โโโ silq/ Quantum circuit (garbage-aware)
โ โโโ entropy_spiral.slq Register encoding
โ โโโ spiral_predicate.slq Spiral predicate + hypothesis test
โ โโโ measurement.slq Measurement loop
โโโ data/ Canonical data
โ โโโ schema.csv 12-field cross-language schema
โ โโโ test_vectors.csv Placeholder until run
โโโ docs/ Scientific documentation
โ โโโ scientific_basis.md Physics, math, statistical framework
โ โโโ assumptions.md Data, physical, statistical, quantum assumptions
โ โโโ reproducibility.md Seeds, schema, manifest, environment
โโโ experiments/
โ โโโ experiment_manifest.json EXP-LOG-SPIRAL-001 metadata
โโโ validation/
โโโ null_model_spec.md NULL-1..NULL-7 specification
โโโ cross_language_validation.md MATLAB vs SAS comparison protocol
Languages and Roles
| Language | Role | ่ง่ฒ (ุงูุฏูุฑ) |
|---|---|---|
| MATLAB | Primary numerical engine โ entropy grids, spiral regression, null models, spectral analysis | ไธป่จ็ฎๅผๆ (ุงูู ุญุฑู ุงูุญุณุงุจู ุงูุฑุฆูุณู) |
| Simulink | Pipeline architecture specification | ็ฎก็ทๆถๆง่ฆๆ ผ (ู ูุงุตูุงุช ุฎุท ุงูุฃูุงุจูุจ) |
| SAS | Independent statistical verification โ PROC REG spiral fit, cross-language validation | ็จ็ซ็ตฑ่จ้ฉ่ญ (ุงูุชุญูู ุงูุฅุญุตุงุฆู ุงูู ุณุชูู) |
| Quipper | Quantum register encoding + H0/H1 oracle | ้ๅญๅฏๅญๅจ็ทจ็ขผ (ุชุฑู ูุฒ ุงูุณุฌู ุงููู ูู ู) |
| Silq | Garbage-aware quantum encoding + spiral predicate | ๅๅพๆ็ฅ้ๅญ็ทจ็ขผ (ุงูุชุฑู ูุฒ ุงููู ูู ู ุงููุงุนู ููู ุฎููุงุช) |
Quick Start
% MATLAB โ run full experiment
run_experiment()
% โ writes data/test_vectors.csv + experiment manifest
/* SAS โ independent verification */
%include 'sas/statistical_validation.sas';
Spiral Score
SPIRAL_SCORE = (Rยฒ + (1 - fpProb) + betaStab_normalized) / 3
| Component | Meaning | ๆ็พฉ (ุงูู ุนูู) |
|---|---|---|
| Rยฒ | Weighted regression fit quality | ๅ ๆฌๅๆญธๆฌๅๅ่ณช (ุฌูุฏุฉ ู ูุงุกู ุฉ ุงูุงูุญุฏุงุฑ ุงูู ุฑุฌุญ) |
| 1 - fpProb | Separation from permutation null distribution | ่ๆๅ้ถๅไฝไน่ท้ข (ุงููุตู ุนู ุงูุชูุฒูุน ุงูุตูุฑู) |
| betaStab | Normalized inverse bootstrap CI width for ฮฒ | ฮฒ ่ชๅฉๆณไฟก่ณดๅ้็ฉฉๅฎๅบฆ (ุงุณุชูุฑุงุฑ ูุชุฑุฉ ุงูุซูุฉ) |
Null Models
| ID | Construction | Purpose |
|---|---|---|
| NULL-1 | Uniform random | Baseline noise |
| NULL-2 | Shuffled real matrix | Preserves marginals |
| NULL-3 | Radial symmetric | No angular structure |
| NULL-4 | Angular banded | No radial structure |
| NULL-5 | Arithmetic spiral | Wrong spiral class |
| NULL-6 | Power-law radial | Non-exponential decay |
| NULL-7 | Random phase Fourier | Same PSD, broken phase |
Evidence Boundary
| Claim | Status |
|---|---|
| Mathematical spiral detectable in synthetic entropy matrix | Testable โ see TEST-003 |
| Physical spiral exists inside real black holes | NOT claimed โ out of scope |
| Quantum advantage demonstrated | NOT demonstrated โ circuits are conceptual |
License
This project is released under a trilicense model. You may choose any one of the following:
| License | SPDX | Link |
|---|---|---|
| Boost Software License 1.0 | BSL-1.1 | LICENSE-BSL |
| GNU Affero General Public License v3 | AGPL-3.0 | LICENSE-AGPL |
| Mozilla Public License 2.0 | MPL-2.0 | LICENSE-MPL |
Unauthorized cloud SaaS redistribution without source disclosure is prohibited under all three licenses.
SnapKitty West / SNAPKITTYWEST โ Evidence or Silence โ 2026