v_RIG cosmological velocity scale: c/(alpha_inv*Phi) approx 1352 km/s -- GenesisAeon Package 31
Project description
vrig-cosmological
v_RIG cosmological velocity scale — v_RIG = c / (α⁻¹ · Φ) ≈ 1352 km/s
A falsifiable cosmological velocity scale derived from the fine-structure constant α and the golden ratio Φ. Implements the Fisher-Rao information- geometric interpretation, ERA5-style spike detection, and cosmological survey comparisons. GenesisAeon Package 31.
Installation
pip install vrig-cosmological
Usage
from vrig_cosmological import VRIGCosmological
sys = VRIGCosmological()
result = sys.run_cycle(duration_years=83.0)
print(sys.v_rig_value()) # ≈ 1352.118... km/s
print(sys.spike_times()) # detected v_RIG spike years
print(sys.get_crep_state())
print(sys.to_zenodo_record())
Or use the calculator directly:
from vrig_cosmological import compute_vrig
result = compute_vrig()
print(result.v_rig_km_s, result.uncertainty_km_s)
A CLI is also available — see docs/cli.md.
Role in the GenesisAeon Ecosystem
vrig-cosmological is P31 in the GenesisAeon ecosystem, covering the
information geometry / cosmological velocity domain. It implements the
standard GenesisAeon Diamond Interface (run_cycle, get_crep_state,
get_utac_state, get_phase_events, to_zenodo_record) so it can be
orchestrated alongside other ecosystem packages (CREP coupling, UTAC
state tracking, Zenodo-ready records).
Development
git clone https://github.com/GenesisAeon/vrig-cosmological.git
cd vrig-cosmological
pip install -e ".[dev]"
pytest --cov=src
ruff check src tests
mypy src
Citation
DOI will be assigned automatically on first GitHub Release once Zenodo–GitHub integration is enabled for this repo.
License
Dual-licensed:
- Code: GNU GPLv3-or-later
- Documentation (README,
docs/): CC BY 4.0
See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vrig_cosmological-1.0.0.tar.gz.
File metadata
- Download URL: vrig_cosmological-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7136b0f56fa8c844ba2e5cce2661f244438ed4eece51f4e758c7ccaad9b9d950
|
|
| MD5 |
45334f448ebbb3f00642cefcdd0e2c3c
|
|
| BLAKE2b-256 |
fc18639f171d5d17bb9e08191e017426eb1ff08075b79bad44d2f10efa49ce38
|
File details
Details for the file vrig_cosmological-1.0.0-py3-none-any.whl.
File metadata
- Download URL: vrig_cosmological-1.0.0-py3-none-any.whl
- Upload date:
- Size: 29.7 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b98b7cdb37c02f41fc03458b6ec120e5f81370f1b7197a0a43934da37fbf2dcf
|
|
| MD5 |
7e981dc505505a9757fbc412a2951aab
|
|
| BLAKE2b-256 |
fd6127a60099f535c9ccf6d06669f4e354fb1eb5467ab97c3b80a0da3b727f9e
|