A lightning-fast quantum-classical hybrid language built in pure Rust with LLVM. Built with Passion — now with Cirq & Qiskit simulators and 300+ working examples.
The only quantum language that gives you full classical programming power alongside real quantum gates • Probabilistic programming out of the box
Variables (let/mut), loops, if/else, functions, recursion, arrays, tuples — everything you expect from a real language.
Native machine code via LLVM — interpreter, experimental JIT, and upcoming AOT compilation.
Quantum registers are first-class types. Errors caught at compile-time.
X, Y, Z, H, S, T, RX, RY, RZ, CNOT, CZ, Toffoli, controlled(), dagger(), U-gate — all built-in.
Run circuits instantly on Google Cirq and IBM Qiskit Aer simulators. Real hardware support coming via free tiers.
Gate composition, inverse operations, multi-qubit controlled gates, state initialization & debug_state() visualization.
Clean, readable code that feels natural for both classical and quantum logic.
Full 98-page documentation + 300+ tested example programs included.
Interpreter (default), experimental JIT and AOT • Platform : Windows • MIT licensed.
Alpha Release — Nov 2025
Written in Rust + LLVM
Forever Open Source