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.1.0.tar.gz (116.2 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.1.0-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: entropy_governance-0.1.0.tar.gz
  • Upload date:
  • Size: 116.2 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 entropy_governance-0.1.0.tar.gz
Algorithm Hash digest
SHA256 188160e1d58c7e7ea5cc9bf626e08d8589cc791a9636e4e0dd953f511eed24b6
MD5 74658f8561ebced36c3217329d003c12
BLAKE2b-256 d4bf25f244984b2727c1e9dd993f255f2f6ccbd4a2c51ae90decdfab8232741e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: entropy_governance-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 10.4 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 entropy_governance-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 30b3f7be463c6c82419608e6204872289f762c900d0278eee3e775cfaab609df
MD5 527fef139ad336c66e6104d4418e3008
BLAKE2b-256 ea4eccdf864c0e59fbe5de93502482209383dd324c28b06925fcb16fe082e670

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