Metadata-Version: 2.4
Name: d10z
Version: 2.0.0
Summary: D10Z Framework - Manual de la Mecánica del Infinito (Big Start, TTA, Neusar, OmDi, Infifotón, Z, N, F=f·v(Zn), GM10⁻⁵¹, Ley Sahana, Ley Isis).
Author-email: Jamil Al Thani <jamil@d10z.org>, Fractal Alliance AI <lab@d10z.org>
License: CHLL-D10Z-v1.1
Project-URL: Homepage, https://github.com/d10z-institute/d10z
Project-URL: Documentation, https://d10z.org
Project-URL: Source, https://github.com/d10z-institute/d10z
Project-URL: Issues, https://github.com/d10z-institute/d10z/issues
Keywords: physics,cosmology,fractal,D10Z,TTA,GM10-51
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.21
Requires-Dist: scipy>=1.7

from d10z import (
    Constants, Infifoton, TTAMesh,
    BigStart, LeySahana, LeyIsis,
    UniversalForce, NodalDensity,
    GalacticRotation, Z_pillar, N_pillar,
    fv_universal
)

# Nodo Z0 (Big Start)
Z0 = BigStart.initialize_node_zero()

# Infifotón
inf = Infifoton(frequency=7.83)

# Malla TTA
mesh = TTAMesh(N=100, dimension=10)
lambda2 = mesh.lambda2()

# Fuerza universal
F = UniversalForce.compute(frequency=7.83, velocity=1e3, nodal_density=1e26)

# Ley Sahana en un sistema aleatorio
import numpy as np
Z = np.random.rand(100)
Z_new = LeySahana.apply(Z, mesh.C_ij)

# Ley Isis
H = LeyIsis.harmony_index(Z_new, mesh.C_ij)

# Z, N, F=f·v(Zn)
from d10z import Z_pillar, N_pillar, fv_universal
