Research-Stack/CITATION.cff
Allaun Silverfox 31b8f21f56 feat(spectral): S^7 spectral basis from Reddit clue + CITATION.cff update
Found via Reddit post (r/LinearAlgebra): spherical Laplacian gives the
natural coordinate system for SilverSight state space.

KEY RESULT:
- Fisher simplex Δ_7 maps to S^7 via √p transform (exact, not analogy)
- Spherical Laplacian eigenfunctions Y_l^m are the natural basis
- Program states decompose as |ProgramState⟩ = Σ c_{l,m} |l,m⟩
- FAMM frustration = conformal deformation → Laplacian eigenvalue shift
- Scars leave spectral fingerprint in high-l coefficients

For default quine.py state:
  c_00 = 0.707 (average), c_1,Φ-Σ = 0.707 (dipole), ⟨L²⟩ = 3.5

NEW FILES:
- docs/S7_SPECTRAL_BASIS.md: full derivation, spectral receipt format
- CITATION.cff: added Reddit source (TROSE9025 2026), Amari 2016,
  Vilenkin & Klimyk 1991

This is the coordinate system you were looking for.
Not 25 arbitrary raw coords — spectral decomposition on the Fisher sphere.
2026-06-23 01:29:24 -05:00

67 lines
2.2 KiB
YAML

cff-version: "1.2.0"
message: "If you use this software, please cite it as below."
type: software
title: "SilverSight: Deterministic Equation Search via Fisher Geometry"
authors:
- family-names: "Allaun"
given-names: ""
repository-code: "https://github.com/allaunthefox/SilverSight"
license: MIT
references:
- type: article
authors:
- family-names: "Giani"
given-names: "A."
- family-names: "Win"
given-names: "S."
- family-names: "Conti"
given-names: "C."
title: "Photon-Varied Gaussian States"
year: 2025
journal: "arXiv:2505.XXXXX"
- type: article
authors:
- family-names: "Chabaud"
given-names: "U."
- family-names: "Mehraban"
given-names: "S."
title: "Holomorphic representation of quantum states"
year: 2022
- type: article
authors:
- family-names: "Pizzimenti"
given-names: "C."
- family-names: "et al."
title: "Wigner negativity of superpositions"
year: 2024
- type: article
authors:
- family-names: "Wassner"
given-names: "M."
- family-names: "et al."
title: "Single quadrature noise tomography"
year: 2025
- type: software
authors:
- family-names: "TROSE9025"
title: "From Spherical Gradients to Dirac Kets: The Hidden Linear Algebra of the Laplacian"
year: 2026
url: "https://www.reddit.com/r/LinearAlgebra/comments/1ucglpd/"
notes: "Reddit post connecting spherical Laplacian to angular momentum operators and Dirac kets. Key insight for SilverSight: Fisher simplex maps to S^7 under sqrt(p) transform, giving spherical harmonics Y_l^m as the natural spectral basis for program state embedding."
- type: book
authors:
- family-names: "Amari"
given-names: "S."
title: "Information Geometry and Its Applications"
year: 2016
publisher: "Springer"
- type: book
authors:
- family-names: "Vilenkin"
given-names: "N.J."
- family-names: "Klimyk"
given-names: "A.U."
title: "Representation of Lie Groups and Special Functions"
year: 1991
publisher: "Kluwer"
notes: "Volume 3: Classical and Quantum Groups and Special Functions. Spherical harmonics on S^n."