Skip to main content

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

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.1.tar.gz (73.0 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.1-py3-none-any.whl (9.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for fieldtheory-1.0.1.tar.gz
Algorithm Hash digest
SHA256 87a2fd94c89d9b5e9d47237b743c4db4ad823ca5b4f0cd0b696a6be22e7dc222
MD5 81e36b1ab35a97dd4afdcdd3cc7186cd
BLAKE2b-256 dc05583d81f6b459f95a5b5bc90679bc7e1925612f65e7fe85fe093912b2062e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fieldtheory-1.0.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-1.0.1-py3-none-any.whl.

File metadata

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

File hashes

Hashes for fieldtheory-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e7969c91b926bd6de1898eacee6aee50e800cab82ca729c3e3822feecba34296
MD5 3008ea03e59816e4e793338f49b7eed4
BLAKE2b-256 3baabd213c4eeac95c4618c3f1d49bd77ddc3e2c2b4108aed48c97ae2b5b5da9

See more details on using hashes here.

Provenance

The following attestation bundles were made for fieldtheory-1.0.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.

Release history Release notifications | RSS feed

This release

1.0.1 This release

2 files

1.0.0

2 files

0.3.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page