VitnisVerifier

Something new is coming.

Deterministic quantum circuit verification at scale.

↓ Or read on

The O(2ᴺ) memory wall constrains general quantum simulation. Standard state-vector simulators crash at 30 qubits because of the exponential overhead of the tensor product.

Vitnis Verifier computes observables directly via observable-space evolution rather than amplitude evolution, sidestepping the 2ᴺ memory wall for structured circuits. The result: deterministic, machine-precision quantum verification at scale.

No stochastic approximations. Exact mathematics, within explicit scope.

The Engine

Performance Telemetry

Verifying a 5-qubit QAOA-style circuit with mixed rotations against five Pauli observables. Output below is the real MCP response from a live Verifier session.

python · vitnis_verify_circuit
>>> vitnis_verify_circuit( ... qasm=open("qaoa_mixed.qasm").read(), ... paulis=["ZIZII", "IZIZI", "IIZIZ", "ZIIIZ", "IIIII"], ... ) [vitnis] Validating circuit scope... [vitnis] Routing: sync tier (est. 12.1s) [vitnis] Computing expectations... { "status": "SUCCESS", "circuit_hash": "d82a3b0155c9...", "pauli_results": [ {"observable": "ZIZII", "expectation": 0.31478, "verdict": "COMPUTED"}, {"observable": "IZIZI", "expectation": 0.31478, "verdict": "COMPUTED"}, {"observable": "IIZIZ", "expectation": 0.31478, "verdict": "COMPUTED"}, {"observable": "ZIIIZ", "expectation": 0.12100, "verdict": "COMPUTED"}, {"observable": "IIIII", "expectation": 1.00000, "verdict": "COMPUTED"} ], "metrics": { "estimated_seconds": 12.115, "actual_compute_ms": 5.4, "routing_tier": "SYNC" } }

Access & Infrastructure

Vitnis Verifier is currently in closed-beta development, validated against published quantum advantage challenge circuits and being prepared for integration with quantum CI/CD pipelines and autonomous AI agent workflows.

Public API access opens soon, as we scale the asynchronous cloud infrastructure.

Get notified at launch.

Be among the first when the public API opens.