Involved
Involutions
Home
Playground
API Docs
Circuit Builder
XCTP v2.0
API Key
Need a key?
Sign up free
— takes 10 seconds, no credit card.
Engine
auto — best for most circuits
sparse — exact statevector (≤50 qubits)
cnta — O(N) geometric (any scale)
tee — legacy emulator
Input Mode
JSON Gates
OpenQASM 2.0
Try Instantly
(no key needed)
Bell State
GHZ-3
GHZ-5
Superposition
Deutsch-Jozsa
Custom Presets
(key required)
Bell State
GHZ-4
GHZ-8
QFT-8
1000-qubit
10000-qubit
Number of Qubits
Shots
Circuit (JSON gates)
[ {"gate": "h", "target": 0}, {"gate": "cx", "control": 0, "target": 1} ]
Circuit (OpenQASM 2.0)
OPENQASM 2.0; include "qelib1.inc"; qreg q[2]; creg c[2]; h q[0]; cx q[0],q[1]; measure q -> c;
Run Circuit
Results
Submit a circuit to see results...