Skip to main content

Sealed solvers

32 sealed solvers. Each one is a real endpoint that runs a named numerical method over a fixed operator chain and seals the result in a signed receipt. The table is generated from the x-solver metadata the machine publishes for each route.

SolverDomainNumerical methodOperator chainUnit
/api/zeq/acousticAcousticsFV Helmholtz eigensolverKO42, WM1Hz
/api/zeq/actionSymplectic MechanicsLeapfrog symplectic mapKO42-tensionedE
/api/zeq/autoSolver dispatchNL classifier then dispatchinherits target solvervaries
/api/zeq/bucklingStructural StabilityGeneralized eigenvalue FEMKO42, BEAM_DEFLECTIONN
/api/zeq/climateGeophysical Fluid DynamicsFinite-volume Lax-FriedrichsKO42, OC1h
/api/zeq/closedformClosed-Form Master FieldAnalytic branch (compile + cn via AGM) + KO42 perturbationKO42-tensionedphi
/api/zeq/computewizard-selected7-step wizard protocolKO42 + up to 3 operatorsper-operator
/api/zeq/deviceSemiconductor DevicesPoisson/Laplace solver (PCG)KO42, CMP11V
/api/zeq/dockMolecular DockingGlobal optimization (6 DOF)KO42, BINDING_AFFINITYepsilon
/api/zeq/epiEpidemiologyCompartmental ODEKO42, CELL_GROWTHR0
/api/zeq/evolveMolecular DynamicsVelocity-Verlet (symplectic)KO42-tensionedepsilon
/api/zeq/feaStructural FEAQ4 FEM, matrix-free PCGKO42, FEA_DISPLACEMENT, BEAM_DEFLECTIONm
/api/zeq/flowFluid DynamicsSemi-Lagrangian projection (Stam)KO42, FL3m/s
/api/zeq/fractureFracture MechanicsBond-based peridynamicsKO42, STRESS_ANALYSISsigma
/api/zeq/gaugeLattice Gauge TheoryMonte Carlo latticeKO42, HEP4plaq
/api/zeq/gridPower SystemsLinear DC power-flow solveKO42, POWER_ELECTRICALpu
/api/zeq/heatThermal DiffusionCrank-Nicolson / FTCS / ADIKO42, CHE17T
/api/zeq/kalmanState EstimationRecursive Bayes / Riccati (Joseph)KO42, CS47err
/api/zeq/lorenzChaotic DynamicsRK4KO42, NL101/t
/api/zeq/lotkaPopulation EcologyODE integrator (conserved H)KO42, CELL_GROWTHT
/api/zeq/multibodyHULYAS Master Field (N-body)RK4 (N-body)KO42-tensionedJ
/api/zeq/optOptimizationNumerical optimization (descent)KO42, CS75f
/api/zeq/protectPulseGuard ProtectionZEQ-PROTECT operators + Zeq proper-time modulationKO42 + ZEQ-PROTECT-001/002P
/api/zeq/quantQuantitative FinanceMonte Carlo (vs Black-Scholes)KO42, BLACK_SCHOLES$
/api/zeq/reactReaction-DiffusionReaction-diffusion integratorKO42, ICO9c
/api/zeq/satComputational ComplexityDPLL + unit propagationKO42, CS81decisions
/api/zeq/schrodingerQuantum MechanicsFD eigensolver (Sturm bisection)KO42, QM5E
/api/zeq/solveHULYAS Master FieldRK4KO42-tensionedJ
/api/zeq/tumorGrowth-Front DynamicsReaction-diffusion PDEKO42, CELL_GROWTHc
/api/zeq/unifiedMulti-Domain CompositionSafe evaluator — algebraic / sequential-RK4 / fallbackdynamic (from the operators you pass)dynamic
/api/zeq/waveWave MechanicsLeapfrog (energy-conserving)KO42, WM1E
/api/zeq/zetaAnalytic Number TheoryRiemann-Siegel root countKO42zeros

/api/zeq/acoustic

Helmholtz acoustics — -p'' = k^2 p, open/closed ends (finite-volume + half-cell mass, Sturm bisection).

DomainAcoustics
Numerical methodFV Helmholtz eigensolver
Operator chainKO42, WM1
UnitHz
EndpointPOST /api/zeq/acoustic
curl -sS -X POST https://zeq.me/api/zeq/acoustic \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/action

Least-action symplectic mechanics — leapfrog Hamiltonian flow q<-q+(h/2)p; p<-p-h*gradV; q<-q+(h/2)p.

DomainSymplectic Mechanics
Numerical methodLeapfrog symplectic map
Operator chainKO42-tensioned
UnitE
EndpointPOST /api/zeq/action
curl -sS -X POST https://zeq.me/api/zeq/action \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/auto

Auto-router — classifies a natural-language query and dispatches to the best-fit solver, which seals under its own source.

DomainSolver dispatch
Numerical methodNL classifier then dispatch
Operator chaininherits target solver
Unitvaries
EndpointPOST /api/zeq/auto
curl -sS -X POST https://zeq.me/api/zeq/auto \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/buckling

Beam-column buckling — Kphi = P * Kgphi (Hermitian beam FEM); smallest eigenvalue vs the Euler critical load.

DomainStructural Stability
Numerical methodGeneralized eigenvalue FEM
Operator chainKO42, BEAM_DEFLECTION
UnitN
EndpointPOST /api/zeq/buckling
curl -sS -X POST https://zeq.me/api/zeq/buckling \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/climate

Geophysical fluid dynamics — the shallow-water equations solved with a Lax-Friedrichs finite volume scheme.

DomainGeophysical Fluid Dynamics
Numerical methodFinite-volume Lax-Friedrichs
Operator chainKO42, OC1
Unith
EndpointPOST /api/zeq/climate
curl -sS -X POST https://zeq.me/api/zeq/climate \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/closedform

Closed-form master-equation solve — the analytic counterpart to /api/zeq/solve. Compiles polynomial couplings into effective (mu2_eff, lambda_eff, F_eff) and evaluates the EXACT branch of d2phi/dt2 = mu2_effphi + lambda_effphi^3 + F_eff (all / KO42 tensioner): free, uniform-accel, harmonic, hyperbolic, driven, and Duffing phi0cn(Omegat,k) via AGM. KO42 first-order on the linear branches; phi^2 / sqrt / exp shapes refused by name. Ships an independent RK4 closed-vs-open cross-check.

DomainClosed-Form Master Field
Numerical methodAnalytic branch (compile + cn via AGM) + KO42 perturbation
Operator chainKO42-tensioned
Unitphi
EndpointPOST /api/zeq/closedform
curl -sS -X POST https://zeq.me/api/zeq/closedform \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"mu2_eff": 1,
"lambda_eff": 1,
"F_eff": 1,
"couplings": [
{}
],
"operators": [
{}
],
"inputs": {
"mass": 70,
"r": 1
},
"compile": {
"scale": 1
},
"phi0": 1
}'

/api/zeq/compute

Operator compute — the billing spine. Runs the 7-step Zeqond protocol (SELECT · BIND · VALIDATE · COMPUTE · VERIFY · PULSE · RETURN) over KO42 + up to 3 operators and seals a signed receipt.

Domainwizard-selected
Numerical method7-step wizard protocol
Operator chainKO42 + up to 3 operators
Unitper-operator
EndpointPOST /api/zeq/compute
curl -sS -X POST https://zeq.me/api/zeq/compute \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/device

Semiconductor devices — PN-junction built-in voltage and Poisson/Laplace electrostatics (matrix-free Jacobi-PCG).

DomainSemiconductor Devices
Numerical methodPoisson/Laplace solver (PCG)
Operator chainKO42, CMP11
UnitV
EndpointPOST /api/zeq/device
curl -sS -X POST https://zeq.me/api/zeq/device \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/dock

Molecular docking — rigid-body 6-DOF minimisation of the Lennard-Jones + Coulomb interaction energy.

DomainMolecular Docking
Numerical methodGlobal optimization (6 DOF)
Operator chainKO42, BINDING_AFFINITY
Unitepsilon
EndpointPOST /api/zeq/dock
curl -sS -X POST https://zeq.me/api/zeq/dock \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/epi

Compartmental epidemiology — SIR/SEIR ODEs; basic reproduction number R0 and epidemic peak.

DomainEpidemiology
Numerical methodCompartmental ODE
Operator chainKO42, CELL_GROWTH
UnitR0
EndpointPOST /api/zeq/epi
curl -sS -X POST https://zeq.me/api/zeq/epi \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/evolve

Molecular dynamics — velocity-Verlet NVE over a Lennard-Jones + harmonic potential, energy-conserving.

DomainMolecular Dynamics
Numerical methodVelocity-Verlet (symplectic)
Operator chainKO42-tensioned
Unitepsilon
EndpointPOST /api/zeq/evolve
curl -sS -X POST https://zeq.me/api/zeq/evolve \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/fea

Structural FEA — plane-stress K*u=f (Q4 elements, matrix-free Jacobi-PCG); tip deflection vs Euler-Bernoulli.

DomainStructural FEA
Numerical methodQ4 FEM, matrix-free PCG
Operator chainKO42, FEA_DISPLACEMENT, BEAM_DEFLECTION
Unitm
EndpointPOST /api/zeq/fea
curl -sS -X POST https://zeq.me/api/zeq/fea \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/flow

Incompressible Navier-Stokes — du/dt+(u.grad)u = -grad p + nu*laplacian(u), div u = 0 (Stam stable fluids).

DomainFluid Dynamics
Numerical methodSemi-Lagrangian projection (Stam)
Operator chainKO42, FL3
Unitm/s
EndpointPOST /api/zeq/flow
curl -sS -X POST https://zeq.me/api/zeq/flow \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/fracture

Bond-based peridynamics — mode-I crack; bonds break on irreversible stretch, cascaded quasi-static equilibrium.

DomainFracture Mechanics
Numerical methodBond-based peridynamics
Operator chainKO42, STRESS_ANALYSIS
Unitsigma
EndpointPOST /api/zeq/fracture
curl -sS -X POST https://zeq.me/api/zeq/fracture \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/gauge

Lattice gauge theory — compact U(1), Wilson action; mean plaquette vs the exact I1(beta)/I0(beta).

DomainLattice Gauge Theory
Numerical methodMonte Carlo lattice
Operator chainKO42, HEP4
Unitplaq
EndpointPOST /api/zeq/gauge
curl -sS -X POST https://zeq.me/api/zeq/gauge \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/grid

Power systems — DC power flow B*theta=P; line flows and Kirchhoff current law checked.

DomainPower Systems
Numerical methodLinear DC power-flow solve
Operator chainKO42, POWER_ELECTRICAL
Unitpu
EndpointPOST /api/zeq/grid
curl -sS -X POST https://zeq.me/api/zeq/grid \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/heat

Heat / thermal diffusion — dT/dt = alpha * laplacian(T) in 1-D and 2-D, Crank-Nicolson / FTCS / ADI, checked vs the exact Fourier decay.

DomainThermal Diffusion
Numerical methodCrank-Nicolson / FTCS / ADI
Operator chainKO42, CHE17
UnitT
EndpointPOST /api/zeq/heat
curl -sS -X POST https://zeq.me/api/zeq/heat \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/kalman

Kalman filter — predict/update with Joseph-form covariance; converges to the discrete-algebraic-Riccati fixed point.

DomainState Estimation
Numerical methodRecursive Bayes / Riccati (Joseph)
Operator chainKO42, CS47
Uniterr
EndpointPOST /api/zeq/kalman
curl -sS -X POST https://zeq.me/api/zeq/kalman \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/lorenz

Lorenz system — x'=sigma(y-x), y'=x(rho-z)-y, z'=xy-beta*z, RK4; phase-volume contraction invariant.

DomainChaotic Dynamics
Numerical methodRK4
Operator chainKO42, NL10
Unit1/t
EndpointPOST /api/zeq/lorenz
curl -sS -X POST https://zeq.me/api/zeq/lorenz \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/lotka

Lotka-Volterra predator-prey — dx/dt=ax-bxy, dy/dt=dxy-gy; conserved first integral.

DomainPopulation Ecology
Numerical methodODE integrator (conserved H)
Operator chainKO42, CELL_GROWTH
UnitT
EndpointPOST /api/zeq/lotka
curl -sS -X POST https://zeq.me/api/zeq/lotka \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/multibody

N-body master-equation engine — pairwise Newtonian gravity when positions are supplied, RK4 time-stepping.

DomainHULYAS Master Field (N-body)
Numerical methodRK4 (N-body)
Operator chainKO42-tensioned
UnitJ
EndpointPOST /api/zeq/multibody
curl -sS -X POST https://zeq.me/api/zeq/multibody \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/opt

Numerical optimization — min f(x) by descent; convergence checked against the known optimum.

DomainOptimization
Numerical methodNumerical optimization (descent)
Operator chainKO42, CS75
Unitf
EndpointPOST /api/zeq/opt
curl -sS -X POST https://zeq.me/api/zeq/opt \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/protect

PulseGuard protection heartbeat — computes ZEQ-PROTECT-001 |sin(5phi)|/f_pulse and ZEQ-PROTECT-002 0.5+0.3sin(t/30) from the Zeqond phase, maps a liveness signal (health up/slow/down, or liveness 0..1, or an HTTP status) to a branch (harmonic guard / hyperbolic alarm), and seals the attestation with R(t)=S(t)[1+alphasin(2pi1.287*t)]. guardState OK/DEGRADED/BREACH.

DomainPulseGuard Protection
Numerical methodZEQ-PROTECT operators + Zeq proper-time modulation
Operator chainKO42 + ZEQ-PROTECT-001/002
UnitP
EndpointPOST /api/zeq/protect
curl -sS -X POST https://zeq.me/api/zeq/protect \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"t": 1,
"phase": 1,
"health": "up",
"liveness": 1,
"status": 1
}'

/api/zeq/quant

Quantitative finance — geometric-Brownian-motion Monte-Carlo option pricing, verified vs the Black-Scholes closed form.

DomainQuantitative Finance
Numerical methodMonte Carlo (vs Black-Scholes)
Operator chainKO42, BLACK_SCHOLES
Unit$
EndpointPOST /api/zeq/quant
curl -sS -X POST https://zeq.me/api/zeq/quant \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/react

Reaction-diffusion chemical kinetics — coupled species diffuse and react on a grid; steady state / pattern checked.

DomainReaction-Diffusion
Numerical methodReaction-diffusion integrator
Operator chainKO42, ICO9
Unitc
EndpointPOST /api/zeq/react
curl -sS -X POST https://zeq.me/api/zeq/react \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/sat

Boolean satisfiability — random 3-SAT (hardness peak alpha~4.26), DPLL + unit propagation; assignment certified.

DomainComputational Complexity
Numerical methodDPLL + unit propagation
Operator chainKO42, CS81
Unitdecisions
EndpointPOST /api/zeq/sat
curl -sS -X POST https://zeq.me/api/zeq/sat \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/schrodinger

Time-independent Schrodinger — Hpsi = Epsi, tridiagonal finite-difference spectrum (Sturm bisection) vs the exact analytic levels.

DomainQuantum Mechanics
Numerical methodFD eigensolver (Sturm bisection)
Operator chainKO42, QM5
UnitE
EndpointPOST /api/zeq/schrodinger
curl -sS -X POST https://zeq.me/api/zeq/schrodinger \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/solve

HULYAS master-field solver — integrates the master equation Box-phi - mu^2(r)phi - lambda*phi^3 - e^(-phi/phi_c) + phi_42 * Sum C_k(phi) by RK4.

DomainHULYAS Master Field
Numerical methodRK4
Operator chainKO42-tensioned
UnitJ
EndpointPOST /api/zeq/solve
curl -sS -X POST https://zeq.me/api/zeq/solve \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/tumor

Fisher-KPP tumor growth-front — du/dt = D u_xx + r u(1-u); front speed vs the Ablowitz-Zeppetella exact wave.

DomainGrowth-Front Dynamics
Numerical methodReaction-diffusion PDE
Operator chainKO42, CELL_GROWTH
Unitc
EndpointPOST /api/zeq/tumor
curl -sS -X POST https://zeq.me/api/zeq/tumor \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/unified

Unified multi-domain composer — evaluates a supplied operator list into ONE sealed value with a safe evaluator (no eval/Function): algebraic product, sequential/RK4, or fallback, under the KO42 frame. Operator chain, unit and master equation are derived at runtime.

DomainMulti-Domain Composition
Numerical methodSafe evaluator — algebraic / sequential-RK4 / fallback
Operator chaindynamic (from the operators you pass)
Unitdynamic
EndpointPOST /api/zeq/unified
curl -sS -X POST https://zeq.me/api/zeq/unified \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/wave

Wave equation — 2-D membrane d2u/dt2 = c^2 * laplacian(u), energy-conserving leapfrog; exact standing-mode check.

DomainWave Mechanics
Numerical methodLeapfrog (energy-conserving)
Operator chainKO42, WM1
UnitE
EndpointPOST /api/zeq/wave
curl -sS -X POST https://zeq.me/api/zeq/wave \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

/api/zeq/zeta

Riemann zeta — Riemann-Siegel Z(t); nontrivial zeros of zeta(1/2+it) counted vs N(T).

DomainAnalytic Number Theory
Numerical methodRiemann-Siegel root count
Operator chainKO42
Unitzeros
EndpointPOST /api/zeq/zeta
curl -sS -X POST https://zeq.me/api/zeq/zeta \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{
"operators": [
"KO42"
],
"inputs": {
"mass": 70,
"r": 1
},
"consts": {
"t": 1
},
"domain": "Acoustics",
"query": "speed of sound in air at 20 C"
}'

Generated from x-solver in https://zeq.me/openapi.json by scripts/generate-reference.mjs.