What is Zeq
Zeq is one computational surface for physics on a single time base, and ZeqVM is the virtual machine that runs it. That's the whole idea, and it's worth unpacking one clause at a time — because each clause is doing real work.
"For physics"
Most computers treat physical law as data — a formula you look up and plug numbers into. Zeq treats
physical law as the instruction set. The catalogue of operators — a named,
standard equation for each — is the machine's vocabulary, and computing means naming the operators you
want and letting the engine evaluate them for real, over CODATA constants, to ≤0.1%. You don't
implement F = ma; you call NM19.
"One computational surface"
Ordinary scientific software fragments by regime: one library for quantum, another for classical, another for relativity, each with its own conventions and its own translation layer where they meet. Zeq is one surface for all of it — quantum, classical, relativistic — with no translation layer between regimes. The same call shape, the same constants, the same proof format, whether you're computing a de Broglie wavelength or a Schwarzschild radius.
"On a single time base"
Everything runs on one clock: the 1.287 Hz HulyaPulse, ticking in Zeqonds (0.777 s). Every computation is stamped to it, every machine ticks on it, every proof carries it. A shared, exact time base is what lets a result made on one node be checked on another — the clock is the common reference the whole framework agrees on.