🌊 cqs-rs Browser Simulator

Run quantum circuits right in your browser - no installation needed!

Browser-Based JavaScript Open Source
⭐ GitHub Repository Visit PatternRipple.com

By PatternRipple.com Labs • Created by Nick Panek

✨ 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.

📝 Quantum Circuit Program

Quick Examples:

📊 Output

Ready to run! Click "Run Simulation" to see results...

📖 How to Use

  1. Choose an example or write your own JSON circuit program
  2. Set the number of shots (how many times to run the circuit)
  3. Click "Run Simulation"
  4. 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