Hulyas Core operators
1 operator in the hulyas_core category of the live registry. Compose them in a contract or call POST /api/zeq/compute — KO42 is always on, plus up to three more per call.
How it computes: no dedicated closed form — solveGeneric tries ~16 universal formulas, then integrates the master equation (RK4) and returns a real, deterministic value with a transparent NUMERICAL FALLBACK disclosure.
| Operator | Description | Equation |
|---|---|---|
HULYAS | HulyaPulse fundamental frequency: 1.287 Hz — empirically discovered through forensic data analysis. Period = 0.777 s (1 Zeqcond). | HULYAS(Ψ) = {H(Ψ) ⊕ L(Ψ) ⊕ Y(Ψ) ⊕ A(Ψ)} where H(Ψ)=[ω_n + Δω_n(Ψ)]_n |
Compute one — a real call
Ask the operator which inputs it needs (the honesty contract refuses empty inputs rather than inventing them):
curl -sS -X POST https://zeqsdk.com/api/zeq/operator-spec \
-H "Content-Type: application/json" \
-d '{"operator":"HULYAS"}'
See also
- The solvers — the coverage map and the ODE fallback
- The honesty contract — compute, ask, or refuse
- All operator categories