The mathematical UTAC logistic core – σ(β(R−Θ)), β-Fitting, Frame-Principle and v_RIG for the GenesisAeon stack.
Project description
utac-core
The mathematical UTAC logistic core — σ(β(R−Θ)), β-Fitting, Frame-Principle (σ_Φ ≈ 0.0625) and v_RIG for unified field emergence.
Install
pip install utac-core
# with full GenesisAeon stack integration:
pip install "utac-core[stack]"
Quick start
utac fit --beta 0.0625
utac frame-principle
utac rig 10.0
utac logistic 1.618 --beta 0.0625 --theta 1.0
Python API
from utac_core import beta_fit, v_rig, frame_principle
from utac_core.core import utac_logistic, SIGMA_PHI
# Fit β from field data
beta = beta_fit([1.0, 1.618, 2.718], [0.618, 1.0, 1.618])
# Evaluate UTAC logistic σ(β(x − Θ))
sigma = utac_logistic(1.618, beta=SIGMA_PHI, theta=1.0)
# Recursive implosive growth
growth = v_rig(t=10.0)
# Symbolic Frame-Principle equation
print(frame_principle()) # sigma(beta*(R - Theta)) = 0.0625
Mathematics
| Symbol | Meaning |
|---|---|
| σ(β(R−Θ)) | UTAC logistic function |
| σ_Φ ≈ 0.0625 | Frame-Principle constant (1/16) |
| β | Logistic steepness / fitting parameter |
| R | Field resonance value |
| Θ | Logistic threshold |
| v_RIG | Recursive implosive growth: β·ln(t+1)·σ_Φ |
Structure
utac-core/
├── src/utac_core/
│ ├── __init__.py
│ ├── core.py # σ(β(R−Θ)), β-Fit, Frame-Principle, v_RIG
│ ├── cli.py # utac CLI (Typer + Rich)
│ └── entropy_table_bridge.py # optional [stack] bridge
├── tests/
│ ├── test_core.py
│ └── test_cli.py
├── domains.yaml
└── pyproject.toml
DOI
DOI (after Zenodo release): 10.5281/zenodo.XXXXXXX
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file utac_core-0.1.0.tar.gz.
File metadata
- Download URL: utac_core-0.1.0.tar.gz
- Upload date:
- Size: 8.0 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf461fc659a7fa634bb49cb3e4097274b2d3e074a383b218da3e61dda4d24e1d
|
|
| MD5 |
bdfe9cd0dd25073a9fededc1706dbcf9
|
|
| BLAKE2b-256 |
9ed62681497d6f1f0b013fe136cfc43620af251c439c0d802a879b786f42ca71
|
File details
Details for the file utac_core-0.1.0-py3-none-any.whl.
File metadata
- Download URL: utac_core-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb3164fdc1065f238fdf29aebdffcc512fa7074eba8dede30ddfc2a75a15895c
|
|
| MD5 |
bcc58be4f94a18281a10428dfe0ebd41
|
|
| BLAKE2b-256 |
6ced75d2933835265cad2679449d4d1f79bac98b37bf2b56df003290df437586
|