Access IonQ's trapped-ion quantum computers featuring all-to-all qubit connectivity, high gate fidelities, and coherence times measured in seconds.
IonQ builds trapped-ion quantum computers using ytterbium ions confined in electromagnetic traps. Their Aria system offers 25 qubits with 99.4% two-qubit gate fidelity, while the more advanced Forte system provides 36 qubits with 99.6% two-qubit gate fidelity and software-configurable qubit topology. Both systems feature all-to-all connectivity, meaning any qubit can interact directly with any other without SWAP gate overhead, and coherence times measured in seconds rather than microseconds. This combination of high fidelity, full connectivity, and long coherence makes IonQ hardware well-suited for algorithms requiring dense qubit interaction, such as quantum chemistry simulations, optimization, and variational algorithms. Through Open Quantum, you can access IonQ Aria and Forte using the same unified API you use for Rigetti, IQM, and AQT backends — with $50 in free compute credits every 90 days to start running circuits and comparing results across providers immediately.
IonQ was founded in 2015 by Chris Monroe and Jungsang Kim, building on decades of trapped-ion research at the University of Maryland and Duke University. Headquartered in College Park, Maryland, and publicly traded on the NYSE under the ticker IONQ, the company has positioned itself as the provider of the most accurate quantum computers available.
IonQ's trapped-ion approach uses ytterbium ions manipulated with laser pulses. This yields inherently identical qubits with coherence times of approximately 1,000 milliseconds, orders of magnitude longer than superconducting alternatives. The all-to-all connectivity means any qubit can interact with any other without the SWAP routing overhead that limits grid-connected architectures.
IonQ has demonstrated a world-record 99.99% two-qubit gate fidelity (October 2025) and is pursuing a networked quantum computing roadmap that envisions linking multiple ion-trap modules to scale beyond single-trap limits, targeting 256 qubits by 2026 and 10,000+ physical qubits by 2027.
Any qubit can interact with any other qubit directly. No SWAP gates needed, dramatically reducing circuit depth for most algorithms.
99.4% two-qubit gate fidelity on Aria and 99.6% on Forte, with single-qubit fidelity of 99.95% and coherence times measured in seconds.
AstraZeneca, Hyundai, Airbus, NVIDIA, and Ansys are among IonQ's active enterprise partners across drug discovery, optimization, and simulation.
| System | Qubits | 2Q Gate Fidelity | Connectivity | Best For |
|---|---|---|---|---|
| Aria | 25 | 99.4% | All-to-all (full) | Cloud research, enterprise PoC |
| Forte | 36 | 99.6% | All-to-all (full) | Commercial applications |

IonQ's trapped-ion architecture provides full connectivity between all qubits. In practical terms, this means a two-qubit gate between any pair of qubits is a native operation, with no SWAP overhead. For algorithms like QAOA, VQE, and quantum chemistry simulations that require heavy qubit interaction, all-to-all connectivity dramatically reduces circuit depth and the total number of gates, leading to higher-fidelity results.
Access IonQ, Rigetti, AQT, and IQM hardware through a single SDK. No vendor-specific setup required.
Write your circuit once and run it on any backend. Compare trapped-ion vs superconducting results on the same circuit.
Compare IonQ's all-to-all trapped-ion results with Rigetti and IQM superconducting results side by side.
Every new Open Quantum account includes $50 in free compute credits, refreshed every 90 days. Start running circuits on IonQ immediately.
Submit your first circuit to IonQ's trapped-ion hardware in minutes. Install the Open Quantum SDK, authenticate, and select the IonQ backend.
from openquantum_sdk.clients import SchedulerClient, JobSubmissionConfig
scheduler = SchedulerClient() # uses OPENQUANTUM_CLIENT_ID/SECRET env vars
config = JobSubmissionConfig(
backend_class_id="ionq:aria-1", # or "ionq:forte-1"
name="Bell State on IonQ",
shots=100,
)
job = scheduler.submit_job(config, file_path="bell_state.qasm")
result = scheduler.download_job_output(job)$50 Free Compute Credits
Every new Open Quantum account includes $50 in free compute credits, refreshed every 90 days. Run circuits on IonQ, Rigetti, AQT, and IQM hardware at no cost.