Accelerate time to value
with Superstaq
What is Superstaq?
Infleqtion’s state-of-the-art quantum software platform that uses proprietary cross-layer optimization techniques to deliver unmatched performance.
Enhanced Execution
Can improve performance by ≥ 10x. Read our white paper to learn more.
Next-Gen Error Mitigation
Incorporates techniques like Dynamical Decoupling.
Optimized Decomposition
Exploits the hardware's full set of native operations.
Low-Level, Device-Specific
On standard benchmarks, Superstaq enables up to 10x performance gains, by considering the architecture, connectivity, noise levels, and other device characteristics.
The figure shows off the results of our dynamical decoupling technique on a 4-qubit Bernstein-Vazirani circuit. Read more details about this experiment and other Superstaq features in our flagship paper.
Write Once, Target Best
Whether it's Cirq or Qiskit, Superstaq enables you to write quantum programs that target virtually any quantum computer, including devices from IBM, IonQ, Oxford Quantum Circuits, Quantinuum, IQM, and Rigetti. No extra effort needed.
import qiskit
import qiskit_superstaq as qss
superstaq = qss.SuperstaqProvider()
backend = superstaq.get_backend("ibmq_brisbane_qpu")
# Standard bell circuit
qc = qiskit.QuantumCircuit(2, 2)
qc.h(0)
qc.cx(0, 1)
qc.measure([0, 1], [0, 1])
job = backend.run(qc, shots=100)
print(job.result().get_counts())
# {'11': 49, '00': 51}
Developer Resources
OpenAPI
Explore our raw API endpoint and build your own client.
Qiskit-Superstaq
Get started with our plugin for Qiskit, the leading open-source quantum language from IBM.
Cirq-Superstaq
Get started with our plugin for Cirq, an open-source quantum language from Google
Leveraged by collaborators
“Our productive endeavor is underscored by a deeply rooted, shared co-design philosophy that has improved both QSCOUT and Superstaq. As QSCOUT has evolved, the Superstaq team has been a valued, collaborative partner.”
News & Updates
Information contained herein regarding any specific person, company, commercial product process, or service by trade name, trademark, manufacturer, or otherwise are for reference purposes only and does not constitute or imply endorsement, recommendation, or favoring by the brand owner, Infleqtion, or their respective directors or employees.