Skip to main content

Entropy-Governance Duality framework: S∝A (action-governed) vs S∝V (volume-governed), entropic pricing, CREP and Tesseract time-slices.

Project description

entropy-governance

Entropy-Governance Duality framework — S∝A (action-governed) vs. S∝V (volume-governed), entropic pricing, CREP and Tesseract time-slices. Direct bridge to entropy-table and optional fractal integration with implosive-genesis.

CI Coverage Python 3.11+ License: MIT PyPI DOI


Install

pip install entropy-governance
# or
uv add entropy-governance

Quickstart

# Entropic price P_E = (ΔS/Δt)·κ
eg entropy-price 2.0 1.0

# Governance simulation with Tesseract slices + CREP
eg governance-sim --steps 200 --s-max 10.0

# Blended duality metric D = α·A + (1−α)·ln(V)
eg duality 3.0 2.718281828 --alpha 0.5

# Export to entropy-table YAML
eg table-export --output domains.yaml

Physics

S∝A — Action-governed minimal entropy production

S(t) = κ · A(t)

The entropy is proportional to the integrated action — minimal production regime.

S∝V — Volume-governed maximal information entropy

S(t) = λ · ln V(t)

The entropy scales logarithmically with volume — maximal information regime.

Entropic Price

P_E = (ΔS / Δt) · κ

Rate of entropy change weighted by a coupling constant.

CREP — Cumulative Relative Entropy Production

CREP = ∫|dS/dt| dt / S_max

Dimensionless measure of total entropy production normalised by a reference maximum.

Tesseract Time-Slices

4-D hypercube time slices for governance simulation — generates evenly-spaced time arrays with optional chronology validation via implosive-genesis.

API

from entropy_governance import entropy_price, crep, duality_factor, TesseractSlice, EntropyTableBridge
import numpy as np

# Entropic price
p = entropy_price(delta_s=2.0, delta_t=1.0, kappa=1.5)

# CREP over a simulation run
t = np.linspace(0, 10, 1000)
ds_dt = np.sin(t) * 0.5
c = crep(t, ds_dt, s_max=10.0)

# Tesseract slices
ts = TesseractSlice(dt=0.1)
slices = ts.slice(t_start=0.0, n_steps=4)

# entropy-table bridge
bridge = EntropyTableBridge(domain="governance")
bridge.add_relation("S_A", 0.618)
bridge.add_relation("S_V", 1.618)
bridge.export("domains.yaml")

Development

uv sync --dev
pre-commit install
uv run pytest          # runs with coverage report
uv run ruff check .

Citation

If you use entropy-governance in academic work, please cite:

GenesisAeon Team. (2026). entropy-governance: Entropy-Governance Duality (v0.1.0) [Software].
Zenodo. https://doi.org/10.5281/zenodo.18962979

DOI: 10.5281/zenodo.18962979 PyPI: pip install entropy-governance==0.1.0


Changelog

See CHANGELOG.md for the full release history.


Built on diamond-setup · SymPy · NumPy · Typer · Rich

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

entropy_governance-0.3.1.tar.gz (116.9 kB view details)

Uploaded Source

Built Distribution

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

entropy_governance-0.3.1-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

Details for the file entropy_governance-0.3.1.tar.gz.

File metadata

  • Download URL: entropy_governance-0.3.1.tar.gz
  • Upload date:
  • Size: 116.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for entropy_governance-0.3.1.tar.gz
Algorithm Hash digest
SHA256 0f2c9709739664c2afef7c2e5a367501a88bdd4da8de04cf5c650c64494f5ced
MD5 13ce4c55f6c7c444896bb321869a1695
BLAKE2b-256 be7f5bb154c3df8d1cbf8a0e0298bb188a3aebdf65f4e5f5118577272adbaa3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for entropy_governance-0.3.1.tar.gz:

Publisher: release.yml on GenesisAeon/entropy-governance

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file entropy_governance-0.3.1-py3-none-any.whl.

File metadata

File hashes

Hashes for entropy_governance-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c41d59bba50f6cbfdbef78e32ff7d1ffda198250d8f218388d4879ee0be4e885
MD5 e12ef8752e8cad1c1a44509e2d5cd2d2
BLAKE2b-256 0d63d74e40e6000923c624912fd38162fe798b06d5c91da452ea28268c15d9df

See more details on using hashes here.

Provenance

The following attestation bundles were made for entropy_governance-0.3.1-py3-none-any.whl:

Publisher: release.yml on GenesisAeon/entropy-governance

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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