Our new Helios quantum computer. Read all about it.
https://arxiv.org/abs/2511.05465

#quantum #quantumcomputing #quantinuum #helios #fuckyeah

Helios: A 98-qubit trapped-ion quantum computer

We report on Quantinuum Helios, a 98-qubit trapped-ion quantum processor based on the quantum charge-coupled device (QCCD) architecture. Helios features $^{137}$Ba$^{+}$ hyperfine qubits, all-to-all connectivity enabled by a rotatable ion storage ring connecting two quantum operation regions by a junction, speed improvements from parallelized operations, and a new software stack with real-time compilation of dynamic programs. Averaged over all operational zones in the system, we achieve average infidelities of $2.5(1)\times10^{-5}$ for single-qubit gates, $7.9(2)\times10^{-4}$ for two-qubit gates, and $4.8(6)\times10^{-4}$ for state preparation and measurement, none of which are fundamentally limited and likely able to be improved. These component infidelities are predictive of system-level performance in both random Clifford circuits and random circuit sampling, the latter demonstrating that Helios operates well beyond the reach of classical simulation and establishes a new frontier of fidelity and complexity for quantum computers.

arXiv.org

Helios is a better quantum computer in all the ways you expect: it has more qubits, it has better gates, and it goes faster. But the real step forward here is the control system and the software built on that.

Put simply, Helios is the first quantum computer that is also a *computer*, and you can program it directly as a computer.

In other words, the quantum circuit is a dead paradigm.

How would you do this? Using the Guppy programming language you can write programs with arbitrary control flow, function calls, classical logic and data types, dynamically allocated quantum and classical data, etc etc.

Since quantum computer time is very expensive, we also have a strong type (linear) system to catch many common errors at compile time.

It's open source. There is also a simulator called Selene you can use to run it. Check it out.

https://guppylang.org

#quantum #quantumcomputing #programming #proglang #guppy

Guppy

Quantum-first programming language, embedded in Python.