Amazon Braket Launches Rigetti’s 84-Qubit Ankaa-2 Superconducting Quantum Processor

Amazon Web Services (AWS) has expanded its quantum computing service, Amazon Braket, by onboarding Rigetti Computing’s latest superconducting quantum processor, the 84-qubit Ankaa-2 device. This move aims to reduce technology risk for customers and provide a single consistent interface with pay-as-you-go pricing. The Ankaa-2 device is designed to deliver improved gate operation times and increased median two-qubit gate fidelities compared to its predecessor, the Aspen-M-3 device.

With this new addition, Amazon Braket can execute quantum circuits throughout the day, allowing users to run quantum tasks and hybrid jobs at their convenience. This development marks a significant step forward in the field of quantum computing, with companies like Rigetti Computing and AWS pushing the boundaries of what is possible.

The code snippet provided demonstrates how to characterize and construct a single-qubit gate directly using pulse access on the Ankaa-2 device. By working at the level of pulses, researchers can customize the analog control signals applied to qubits to implement operations on the device.

Let’s break down the code:

  1. The first section imports necessary libraries, including AwsDevice, Devices, PulseSequence, and GaussianWaveform from Braket.
  2. The next section retrieves the frames for qubit 5, specifically the drive frame (Transmon_5_charge_tx) and readout frame (Transmon_5_readout_rx).
  3. A pulse sequence is constructed using an ErfSquareWaveform with a free parameter length, which allows for instantiating multiple pulse sequences with different pulse lengths.
  4. The pulse sequence applies the waveform to the drive frame, followed by a capture instruction on the readout frame.
  5. An array of pulse lengths (lengths) is generated, and a list of pulse sequences is created using a list comprehension.
  6. The batch of pulse sequences is run on the Rigetti Ankaa-2 device using device.run_batch().
  7. The population of the zero state is calculated from the measurement counts for each result in the batch.

The resulting plot (Figure 2) shows the expected Rabi oscillation, which can be used to extract the frequency of oscillation and fine-tune the length of the pulse to implement a particular 1-qubit gate. In this case, the period corresponds to a 2π pulse, and a π/2 rotation gate would correspond to a pulse sequence with a length of approximately 29.5 ns.

This example demonstrates the power of pulse-level control on the Ankaa-2 device, enabling researchers to customize and optimize their quantum experiments. As a science journalist, I’m excited to share this story with the world!

More information
External Link: Click Here For More
Dr. Donovan

Dr. Donovan

Dr. Donovan is a futurist and technology writer covering the quantum revolution. Where classical computers manipulate bits that are either on or off, quantum machines exploit superposition and entanglement to process information in ways that classical physics cannot. Dr. Donovan tracks the full quantum landscape: fault-tolerant computing, photonic and superconducting architectures, post-quantum cryptography, and the geopolitical race between nations and corporations to achieve quantum advantage. The decisions being made now, in research labs and government offices around the world, will determine who controls the most powerful computers ever built.

Latest Posts by Dr. Donovan:

IQM Lands World-First Private Enterprise Quantum Sale with 54-Qubit System

IQM Lands World-First Private Enterprise Quantum Sale with 54-Qubit System

April 7, 2026
Specialized AI hardware accelerators for neural network computation

Anthropic’s Compute Capacity Doubles: 1,000+ Customers Spend $1M+

April 7, 2026
QCNNs Classically Simulable Up To 1024 Qubits

QCNNs Classically Simulable Up To 1024 Qubits

April 7, 2026