Hulyas Core operators
1 operator in the hulyas_core category of the live registry. Each is a named formula you can compose inside a state contract or call directly through POST /api/zeq/compute. KO42 is always on; add up to three more per call (total ≤ 4), per the 7-step protocol.
| 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 with one of these
curl -sS -X POST https://zeqsdk.com/api/zeq/compute \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{"operators":["HULYAS"],"inputs":{}}'
The response carries the bare physics value, its unit and uncertainty, the generated master equation, and a signed envelope you can verify on any node.
See also
- The solvers — how an operator becomes a physical answer
- Operator selection — how a query picks operators
- All categories — the full reference index