mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-08-06 05:55:46 +00:00
Core components: - ChentsovFinite.lean (883 lines, 0 sorry): Fisher metric uniqueness on 8-state simplex - HachimojiCodec.lean: Deterministic E=mc^2 -> Hachimoji state pipeline - PVGS_DQ_Bridge (8 sections, ~6,150 lines): Photon-Varied Gaussian to Dual Quaternion - UniversalMathEncoding.lean: 50-token math address space (~10^15 addresses) - ChiralitySpace.lean: 4D descriptor (phase x chirality x direction x regime) ~2x10^25 - BindingSite (3 files): Amino acid vocabulary, entropy-based bindability - Python: chaos game, Sidon addressing, Q16.16 canonical, Finsler metric, QUBO/QAOA - CI: Lean check, Python check, Q16 roundtrip workflows Papers: Giani-Win-Conti 2025, Chabaud-Mehraban 2022, Pizzimenti 2024, Wassner 2025
11 lines
No EOL
288 B
YAML
11 lines
No EOL
288 B
YAML
name: Q16_16 Roundtrip
|
|
on: [push, pull_request]
|
|
jobs:
|
|
roundtrip:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: Build C library
|
|
run: make -f CBridge/Makefile
|
|
- name: Run roundtrip test
|
|
run: python3 Tests/q16_roundtrip_test.py |