Metadata-Version: 2.4
Name: utac-entropic-gravity
Version: 1.0.0
Summary: UTAC/CREP bridge to Bianconi's Gravity-from-Entropy theory (PRD 2025/2026) -- local order emergence within monotonic global entropy increase (GenesisAeon Package 57)
Project-URL: Homepage, https://github.com/GenesisAeon/utac-entropic-gravity
Project-URL: Repository, https://github.com/GenesisAeon/utac-entropic-gravity
Project-URL: Issues, https://github.com/GenesisAeon/utac-entropic-gravity/issues
Author: GenesisAeon
License: GPL-3.0-or-later
License-File: LICENSE
License-File: LICENSE-CODE
License-File: LICENSE-DOCS
Keywords: CREP,GenesisAeon,Gravity-from-Entropy,UTAC,cosmology,dark-energy,entropy,gravity
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.11
Provides-Extra: dev
Requires-Dist: mypy>=1.10.0; extra == 'dev'
Requires-Dist: pytest-cov>=5.0.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.6.0; extra == 'dev'
Description-Content-Type: text/markdown

# utac-entropic-gravity

[![CI](https://github.com/GenesisAeon/utac-entropic-gravity/actions/workflows/ci.yml/badge.svg)](https://github.com/GenesisAeon/utac-entropic-gravity/actions/workflows/ci.yml)
[![Python 3.11+](https://img.shields.io/badge/python-3.11%2B-blue)](https://www.python.org)
[![License: GPLv3-or-later](https://img.shields.io/badge/code-GPLv3--or--later-blue.svg)](LICENSE-CODE)
[![Docs License: CC BY 4.0](https://img.shields.io/badge/docs-CC%20BY%204.0-lightgrey.svg)](LICENSE-DOCS)
[![Status: Mixed real+speculative](https://img.shields.io/badge/status-real%20mechanism%20%2B%20speculative%20bridge-orange)](DISCLAIMER.md)

**UTAC/CREP bridge to Ginestra Bianconi's Gravity-from-Entropy (GfE) theory**
— local order emergence within monotonic global entropy increase.
GenesisAeon Package 57.

> **See [DISCLAIMER.md](DISCLAIMER.md)** for a clear split between the real,
> peer-reviewed GfE mechanism and this package's own SPECULATIVE UTAC bridge.

## What is this?

Bianconi's real GfE theory (Phys. Rev. D 111, 066001, 2025 and Phys. Rev. D
114, 024042, 2026) shows that the *total* geometric quantum relative
entropy per unit volume stays constant while *total* entropy rises
monotonically as the universe expands — leaving room for local order
(galaxies, stars, life) without violating the second law globally. This
package implements:

1. A simplified, illustrative version of that real entropy budget
   (`gfe_cosmology.py`)
2. Its own SPECULATIVE UTAC/CREP extension mapping the local-order margin
   onto a UTAC structure-formation steepness β (`utac_bridge.py`)

## Installation

```bash
pip install utac-entropic-gravity
```

## Usage

```python
from utac_entropic_gravity import UTACEntropicGravity

sys = UTACEntropicGravity()
result = sys.run_cycle(volumes=[1.0, 2.0, 4.0, 8.0], reference_density=1.5)

print(result["total_entropy_monotonic"])  # True -- the real GfE claim
print(result["structure_formation_betas"])  # this package's own bridge
print(sys.get_crep_state())
```

## Falsifiable predictions

| Prediction | Status |
|-----------|--------|
| GfE's own predictions (dark energy drifts rather than holding steady) | Untested — full equations not yet solved (per GfE authors, 2026) |
| UTAC structure-formation β correlates with local-order margin | This package's own, entirely untested framework choice |

## References (verified 2026-08-01)

- Bianconi, G. "Gravity from entropy." arXiv:2408.14391, Phys. Rev. D 111,
  066001 (2025)
- Bianconi, G. "The Thermodynamics of the Gravity from Entropy Theory."
  arXiv:2510.22545, Phys. Rev. D 114, 024042 (2026)

## Role in the GenesisAeon Ecosystem

**Package ID:** P57 | **Domain:** cosmology / entropy dynamics

## Development

```bash
git clone https://github.com/GenesisAeon/utac-entropic-gravity.git
cd utac-entropic-gravity
pip install -e ".[dev]"
ruff check src tests
mypy src
pytest
```

## License

Dual-licensed: source code under [GPL-3.0-or-later](LICENSE-CODE),
documentation under [CC BY 4.0](LICENSE-DOCS).

## Citation

See [CITATION.cff](CITATION.cff) and [.zenodo.json](.zenodo.json).

---

*GenesisAeon · MOR Research Collective · August 2026*
