✨ Browser Demo Version! This is a simplified JavaScript demo of the full cqs-rs simulator (originally written in Rust).
It runs entirely in your browser with zero setup - perfect for quick experiments!
Want the full-featured Rust version? Visit the
GitHub repository for installation instructions.
The Rust version includes advanced features like noise models, constraints, deterministic replay, and telemetry logging.
📖 How to Use
- Choose an example or write your own JSON circuit program
- Set the number of shots (how many times to run the circuit)
- Click "Run Simulation"
- See the measurement results in the output panel
Available operations: init, h, x, y, z, rx, ry, rz, cnot, cz, measure
For installation and full documentation, visit github.com/Nickpanek/cqs-rs