Free to read. Sign up to save your progress and take knowledge-check quizzes.

Sign up free
6 min read·Updated June 19, 2026

QuEra Computing

QuEra Computing logoBy QuEra Computing

QuEra Computing is a Boston-based quantum computing company spun out of Harvard and MIT that builds neutral-atom machines, where individual atoms are arranged by laser optical tweezers. Its flagship Aquila is a 256-qubit system you can run today on AWS Braket, and its work pairs quantum hardware with a Transformer-based AI decoder for error correction developed with NVIDIA.

Listen to this lesson

Free preview · first 0:30
0:00 / 0:30

Audio & video lessons are paid features

Plus unlocks audio streaming. Pro adds downloadable audio, video, certificates, and more.

Plus adds:
  • Audio streaming
  • Downloadable PDFs
  • All AI Playbooks
  • Personalized content
Pro also adds:
  • Certificates of completion
  • Audio MP3 downloads
  • Video lessonssoon
  • & More…soon

Watch this lesson

Video coming soon

Learning Objectives

  • Understand what neutral-atom quantum computing is and how QuEra arranges qubits with laser optical tweezers.
  • Learn about QuEra's products — the 256-qubit Aquila and the planned fault-tolerant Libra — and how to access them.
  • See one of the cleanest real examples of AI assisting quantum hardware: a Transformer-based decoder for quantum error correction.

What Is QuEra Computing?

QuEra Computing is a privately held quantum computing company based in Boston, Massachusetts. It is a spinout of academic research at Harvard and MIT, built on the work of physicists including Mikhail Lukin, Markus Greiner, and Vladan Vuletic. Rather than chasing the superconducting-chip approach used by several larger labs, QuEra pursues a distinct path called neutral-atom quantum computing.

The company has drawn serious backing for that bet. In February 2025 it closed a financing round of more than 230 million dollars, co-led by Google and SoftBank, and NVIDIA's venture arm, NVentures, joined later in the same year. For an AI Pro Playbook reader, QuEra is worth knowing not only as quantum hardware but as one of the better illustrations of how modern AI is starting to help build and run that hardware.

Neutral-Atom Quantum Computing

Most quantum computers you read about use fabricated circuits etched onto a chip. QuEra's machines work differently: the qubits are individual neutral atoms — uncharged atoms — held in empty space and arranged by precisely focused laser beams.

💡Key Concept

Imagine a grid of tiny tweezers, except each "tweezer" is a tightly focused laser beam rather than a physical tool. These optical tweezers can trap a single atom and hold it in place. By steering the lasers, QuEra can position hundreds of atoms into a programmable geometry and use them as qubits. Because the atoms are arranged rather than manufactured, the layout can be reconfigured, and large qubit counts become easier to reach than with fixed circuitry.

Two properties make this approach attractive. First, the geometry is programmable — the spatial arrangement of qubits can be changed to suit a problem. Second, neutral atoms scale to large qubit counts more naturally than some competing technologies, because adding more atoms to the array is conceptually simpler than fabricating more circuit elements.

Aquila, Fault Tolerance, and Libra

QuEra's flagship machine is Aquila, a 256-qubit neutral-atom system. Its successor, Libra, is a planned fault-tolerant system.

The year 2025 was QuEra's standout stretch for fault tolerance — the engineering goal of making a quantum computer that keeps working correctly even when individual qubits make errors. Over that year the company published four papers in Nature, demonstrated computations using up to 96 logical qubits, and reported the first logical magic-state distillation, a key ingredient for building genuinely useful fault-tolerant machines.

SystemQubitsStatusWhere to access
Aquila256 (analog neutral-atom)Available todayAWS Braket
LibraFault-tolerant (planned)RoadmapAWS Braket, planned by 2028

A logical qubit is a single, more reliable qubit assembled out of many physical qubits using error correction, so the demonstrations with up to 96 logical qubits represent a meaningful step toward dependable computation rather than raw qubit counts alone.

The AI Angle

Here is the part most relevant to an AI learner. Running a fault-tolerant quantum computer requires a decoder — a piece of software that watches the error signals coming off the qubits and figures out, in real time, what corrections to apply. Decoding is hard, fast-moving, and pattern-rich, which makes it a natural fit for machine learning.

QuEra developed, together with NVIDIA, a Transformer-based AI decoder for quantum error correction. Transformers are the same family of neural network architecture that powers large language models; here the architecture is applied to the problem of reading error patterns and choosing corrections. It is one of the cleanest "AI for error correction" stories in the field — a concrete case where modern AI is not the product on top of the hardware but part of what makes the hardware work.

How You Access It

You do not need to own a quantum computer to experiment. Aquila is available as a managed device through Amazon's quantum cloud service.

ToolBest For
Aquila on AWS BraketRun the 256-qubit neutral-atom system today through Amazon's quantum cloud service
Libra (planned)Fault-tolerant successor expected on AWS Braket by 2028
QuEra websiteCompany background, research papers, and hardware roadmap

Strengths

  • Available today — the 256-qubit Aquila runs on AWS Braket, so researchers and developers can experiment without specialized lab access.
  • Neutral-atom architecture scales to large qubit counts and supports programmable, reconfigurable qubit geometry.
  • Strong 2025 fault-tolerance record — four Nature papers, demonstrations with up to 96 logical qubits, and the first logical magic-state distillation.
  • Serious financial backing — more than 230 million dollars co-led by Google and SoftBank, with NVIDIA's NVentures joining later.
  • A clear AI-for-hardware story — a Transformer-based error-correction decoder built with NVIDIA.

Limitations & Considerations

  • Quantum computing is still early-stage research technology; Aquila suits experimentation and scientific exploration far more than everyday production workloads.
  • The fully fault-tolerant Libra system is on the roadmap, not yet shipping — its planned AWS Braket availability is years out.
  • Using neutral-atom hardware well requires domain expertise in quantum information; it is not a drop-in tool for typical software teams.
  • The field is competitive and fast-moving, with superconducting, trapped-ion, photonic, and other approaches all advancing in parallel, so today's leadership claims can shift quickly.

Best Use Cases

ScenarioWhy QuEra fits
University or corporate quantum researchAquila offers real neutral-atom hardware accessible through AWS Braket
Exploring quantum error correctionQuEra's logical-qubit and decoder work is at the frontier of fault tolerance
Studying AI for scientific hardwareThe Transformer-based decoder is a concrete AI-meets-quantum case study
Combinatorial optimization and physics simulationProgrammable atom geometry suits problems that map naturally onto arranged qubits

Getting Started

  1. Visit the QuEra website to read its background, research papers, and hardware roadmap.
  2. Create or sign in to an AWS account and open the Amazon Braket quantum cloud service.
  3. Locate the Aquila device in Braket's list of available quantum hardware.
  4. Start with introductory neutral-atom tutorials and small example programs before attempting your own designs.
  5. Follow QuEra's research output to track progress toward the fault-tolerant Libra system.

Key Takeaways

  • QuEra Computing is a Boston-based, Harvard-and-MIT spinout building neutral-atom quantum computers, where qubits are individual atoms arranged by laser optical tweezers.
  • Its flagship Aquila is a 256-qubit system available today on AWS Braket; the planned fault-tolerant successor is Libra, expected on Braket by 2028.
  • 2025 was a banner year for fault tolerance — four Nature papers, up to 96 logical qubits, and the first logical magic-state distillation.
  • The standout AI angle is a Transformer-based decoder for quantum error correction, built with NVIDIA — a rare, clean example of AI helping run quantum hardware.
  • Funding of more than 230 million dollars, co-led by Google and SoftBank with NVIDIA's NVentures joining later, signals strong confidence in the neutral-atom path.

Save your progress & take the quiz

Sign up free to bookmark lessons, track which modules you've completed, and lock in what you learned with a quick knowledge-check quiz at the end of each lesson.

Tools Covered in This Lesson

🧭Recommended for you