Skip to main content

GenesisAeon Package 32 — beta-clustering over 78 threshold systems with Phi^(1/3) inter-cluster scaling; bundles the diamond-setup project scaffold tool

Project description

beta-clustering-utac

Package 32 — GenesisAeon Feldtheorie

CI Python 3.11+ License: MIT DOI Package

β-Clustering über 78 Schwellensysteme aus Astrophysik, Klimaforschung, KI, Biologie und Neurowissenschaft. Kern-Ergebnis: domänenspezifische β-Cluster mit Φ^(1/3) ≈ 1.174 Inter-Cluster-Skalierung.


Ergebnis

Domain          β-Zentrum   Beispiele
─────────────────────────────────────────────────────
climate         0.09        AMOC, Arktiseis, Amazon
ecological      0.23        Korallenbleiche, Epidemien
neural          0.50        Neurale Kritikalität, Anfälle
astrophysical   0.90        Sternkollaps, AGN-Zündung
ai              1.75        Grokking, LLM-Emergence

Inter-Cluster-Ratio: β_(n+1)/β_n ≈ Φ^(1/3) ≈ 1.17480
Universalitäts-Hypothese: ABGELEHNT (F-Test, α=0.05)

Installation

pip install beta-clustering-utac

Quickstart

uv sync
uv run python -c "
from beta_clustering import BetaClusteringUTAC
s = BetaClusteringUTAC()
r = s.run_cycle()
print(f'Systeme: {r[\"n_systems\"]}')
print(f'Φ^(1/3): {r[\"phi_cuberoot\"]:.5f}')
print(f'Inter-Cluster-Ratio: {r[\"inter_cluster_ratio\"]:.4f}')
print(f'Universalität abgelehnt: {r[\"universality_rejected\"]}')
"

Diamond Interface

from beta_clustering import BetaClusteringUTAC

system = BetaClusteringUTAC()

# Vollständige Analyse
result = system.run_cycle(n_systems=78)

# CREP-Zustand
crep = system.get_crep_state()   # {C, R, E, P, gamma}

# UTAC-Zustand
utac = system.get_utac_state()   # {H, K, r, sigma, beta_mean}

# Phasenübergänge (Cluster-Grenzen)
events = system.get_phase_events()

# Zenodo-Metadaten
record = system.to_zenodo_record()

# Φ^(1/3) Skalierungsratio
ratio = system.phi_scaling_ratio()  # ≈ 1.174

# Domain-β-Karte
mapping = system.domain_beta_map()  # {domain: beta_centre}

Struktur

src/beta_clustering/
├── system.py              # BetaClusteringUTAC — Diamond Interface
├── constants.py           # Φ, Φ^(1/3), Domain-Cluster-Zentren
├── beta_estimator.py      # MLE β-Schätzung aus Schwellendaten
├── cluster_detector.py    # Domänenspezifische Cluster-Erkennung
├── phi_scaling.py         # Φ^(1/3) Inter-Cluster-Analyse
├── domain_mapper.py       # Domain → β-Cluster Mapping
├── crep_bridge.py         # β ↔ Γ Beziehung (CREP-Kopplung)
├── universality_test.py   # Einweg-ANOVA (Universalität vs. Domain-spez.)
└── benchmark.py           # Validierung gegen UTAC v1.0 Targets

Falsifizierbare Vorhersage

Φ^(1/3)-Skalierung sollte halten, wenn neue Domains (seismisch, Quanten, zellulär) hinzugefügt werden. Jede Domain mit Inter-Cluster-Ratio signifikant ≠ 1.174 falsifiziert die Behauptung.

Tests & Qualität

uv run pytest                     # 27 Tests, 90% Coverage
uv run mypy src/beta_clustering/  # Keine Fehler (strict mode)
uv run ruff check .               # Keine Fehler

Citation

DOI

DOI will be assigned automatically on first GitHub Release once Zenodo–GitHub integration is enabled for this repo. Until then, cite the existing concept DOI above (10.5281/zenodo.17472834).

@software{roemer_beta_clustering_utac_2025,
  author    = {Römer, Johann},
  title     = {beta-clustering-utac: β-Clustering over 78 Threshold Systems},
  year      = {2025},
  publisher = {Zenodo},
  doi       = {10.5281/zenodo.17472834},
  url       = {https://doi.org/10.5281/zenodo.17472834},
  version   = {1.0.0},
  note      = {GenesisAeon Package 32 — MOR Research Collective}
}

Auch enthalten: diamond-setup — universales Python-Projekt-Scaffold. Siehe README_QUICKSTART.md.


GenesisAeon · MOR Research Collective · Johann Römer · Mai 2026

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

beta_clustering_utac-1.0.0.tar.gz (103.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

beta_clustering_utac-1.0.0-py3-none-any.whl (22.5 kB view details)

Uploaded Python 3

File details

Details for the file beta_clustering_utac-1.0.0.tar.gz.

File metadata

  • Download URL: beta_clustering_utac-1.0.0.tar.gz
  • Upload date:
  • Size: 103.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for beta_clustering_utac-1.0.0.tar.gz
Algorithm Hash digest
SHA256 b933da47b0b6b42daf1c1013adb27538d3537409231d0953e535aa18d4b5e180
MD5 601a9cb716764eb91ce19102d130173f
BLAKE2b-256 25e8d6b4123a6b2fe8feecfadad8ddfb29dca43aa04cca5b8b5771ed5067ed95

See more details on using hashes here.

File details

Details for the file beta_clustering_utac-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: beta_clustering_utac-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 22.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for beta_clustering_utac-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4aec7ad52eaf8a235ec03dd14fbfe7375c59e7acc1af48edac5123323450e63a
MD5 9c96fe656f09d983cd7fc87e8c80a83e
BLAKE2b-256 341cfe1d58ab3865f7c92b3d2edb5a4d04d0a7f9b25c9da93171db32f31e0171

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page