Getting started

Zius Quantum benchmarks

A small benchmark suite ships with the SDK so teams can compare engines on their own hardware.

Run the suite
python -m zius.quantum.bench --engine statefold --qubits 16 --depth 20
python -m zius.quantum.bench --engine lattice --qubits 32 --chi 64

Reports are JSON. They record engine, width, depth, elapsed time, and peak memory. Do not compare those numbers with another vendor's published tables; measure both on the same host.