Cirquit

Quantum circuits, simplified.

Developer-first quantum computing platform for Python.

pip install cirquit

Why Cirquit?

Built by developers, for developers

🚀

Simple API

Intuitive Python interface that feels natural. Build quantum circuits with the simplicity of writing regular Python code.

Fast Simulation

Optimized quantum circuit simulation engine. Get results quickly during development and testing.

🎯

Production Ready

Battle-tested code with comprehensive error handling. Ready for real-world quantum applications.

📚

Great Documentation

Clear examples, tutorials, and API references. Get started in minutes, master in hours.

🔧

Extensible

Easily add custom gates and operations. Build exactly what your quantum application needs.

🌐

Open Source

MIT licensed and community-driven. Contribute, customize, and use freely in any project.

Get Started in Seconds

Create your first quantum circuit with just a few lines of code. No complex setup, no steep learning curve.

View Full Documentation →
from cirquit import QuantumCircuit # Create a Bell state qc = QuantumCircuit(2) qc.h(0) qc.cx(0, 1) qc.measure_all() # Run the circuit result = qc.run(shots=1000) print(result)

1.0.1

Latest Version

MIT

Open Source License

Python 3.11+

Modern Python

☁️ Cirquit Cloud API - Coming Q2 2025

Run quantum circuits on real hardware. No infrastructure needed.

✅ REST API
✅ Multiple backends
✅ Real-time monitoring
✅ Pay-as-you-go