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: MIT 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.


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-0.3.1.tar.gz (70.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-0.3.1-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for fieldtheory-0.3.1.tar.gz
Algorithm Hash digest
SHA256 ef95090918f99422098427498151d94e9020d37983c78e7cb0aec9e7016de484
MD5 63cdcb4778ad008238392b81b2536696
BLAKE2b-256 3235a5fadf885ac52d33d1ea06d15456722448275e0d6bd60de230e58f7fda23

See more details on using hashes here.

Provenance

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

Publisher: release.yml on GenesisAeon/fieldtheory

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

File details

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

File metadata

  • Download URL: fieldtheory-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for fieldtheory-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6926767d276f578653782995dabcca4f57d6d80eee0c9d803f4f231f1d09bd9d
MD5 6a2d7a2b39d604d953a06139bcd4f5ef
BLAKE2b-256 db162f5230697f1d103176671fbe93fc920879b7cabb04a702ab9fe72b606b14

See more details on using hashes here.

Provenance

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

Publisher: release.yml on GenesisAeon/fieldtheory

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