Skip to main content

The unifying field theory of the GenesisAeon stack: full Lagrangian formulation of S∝A/S∝V duality, medium modulation, cosmic-moment collapse and entropy-table integration.

Project description

fieldtheory

The unifying field theory of the GenesisAeon stack.

CI Coverage Python 3.11+ License: GPLv3-or-later Docs License: CC BY 4.0 PyPI DOI

Derives the full Lagrangian from S∝A/S∝V duality, applies medium-modulation, detects cosmic-moment collapse events and exports to entropy-table.


Install

pip install fieldtheory
# with full GenesisAeon stack integration:
pip install "fieldtheory[stack]"

Usage

# Run the unified field simulation
ft simulate --steps 100

# Show the symbolic Euler-Lagrange equation
ft lagrangian

# Override field parameters
ft simulate --s-a 1.0 --s-v 1.618 --depth 0.5 --threshold 0.618

Python API

from fieldtheory.core import simulate_field, derive_lagrangian, modulated_entropy

# Numerical simulation
result = simulate_field(steps=200, threshold=0.618)
print(result["S_mod_mean"])      # mean modulated entropy
print(result["cosmic_moments"])  # number of collapse events

# Symbolic Lagrangian + Euler-Lagrange equation
eqs = derive_lagrangian()
print(eqs["lagrangian"])        # S_A*S_V/(S_A + S_V) - (delta + 1)/t**2
print(eqs["euler_lagrange"])    # d/dt(∂L/∂Ṡ) - ∂L/∂S = 0

# Entropy-table export
from fieldtheory.entropy_table_bridge import FieldtheoryBridge
bridge = FieldtheoryBridge()
bridge.add_relation("S_mod_mean", result["S_mod_mean"])
bridge.export("domains.yaml")

Architecture

fieldtheory/
├── core.py                  # Unified Lagrangian, EL derivation, simulation
├── cli.py                   # ft simulate / ft lagrangian / ft version
└── entropy_table_bridge.py  # Export to entropy-table (optional stack dep)

The Lagrangian encodes the S∝A/S∝V duality:

L = S_A·S_V / (S_A + S_V)  −  (1 + δ) / t²
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
    harmonic duality balance     collapse potential

When medium-modulation, cosmic-moment, and entropy-governance are installed (pip install "fieldtheory[stack]"), their implementations are used transparently. Without them the package falls back to internal implementations — all tests pass either way.

License

fieldtheory is dual-licensed:

See LICENSE for details.


DOI: 10.5281/zenodo.19025145 PyPI: pip install fieldtheory (oder pip install "fieldtheory[stack]" für den vollen GenesisAeon-Stack)

Built with 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

fieldtheory-1.0.0.tar.gz (72.5 kB view details)

Uploaded Source

Built Distribution

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

fieldtheory-1.0.0-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fieldtheory-1.0.0.tar.gz
  • Upload date:
  • Size: 72.5 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 fieldtheory-1.0.0.tar.gz
Algorithm Hash digest
SHA256 d1a38ccc89c34c233824bb3d8c88f6f429cddaf82e93917d9b1b762f5448f9e1
MD5 ea1c1b7136a6d522ec0b0a1c92fde90a
BLAKE2b-256 75ca5b7ee47c8e8f5afeee426e6b7eed57195ba8c93bd220619f4ca5018f23e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fieldtheory-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 10.0 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 fieldtheory-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 85697e0103d12b8707668778f565ea08bcaee77175038059f418e6ebca0729fa
MD5 dff58730c6e5afd9181620fe57d9de23
BLAKE2b-256 cef2f6d4771bb5e3684d756887ef02f3dc5ace322823a08c61c6f6307ad4fe07

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