Skip to content

Results are limited to the current section: Qpu & emulators

Product news

QPUs


Pasqal operates neutral-atom analog quantum computers — real hardware where neutral atoms are trapped in optical tweezers and programmed with laser pulses. Each device has its own specifications, supported modes, and availability depending on region and cloud provider.

For hardware architecture details, see the Pasqal hardware page (external) .

GenerationQubitsCountry
FRESNEL
Orion Beta100France
FRESNEL_CAN1
Orion Beta100Canada
FRESNEL_SA1
Orion Gamma200Kingdom of Saudi Arabia
RUBY
Orion Beta100France
SOL
Orion Gamma140Italy
JADE
Orion Beta100Germany

Availability

Not all QPUs are available in all environments. Check the table below, and use connection.fetch_available_devices() to confirm which QPU device specs are available on your specific connection.

Pasqal CloudGoogle CloudAzure QuantumOVHCloudScalewayHPC Access
FRESNEL
FRESNEL_CAN1
FRESNEL_SA1
KSA Cloud
RUBY
CEA
SOL
Cineca
JADE
Jülich

QPUs execute quantum sequences on Pasqal’s neutral-atom hardware, returning measured bitstrings from real atom registers.

FRESNEL (Orion Beta)FRESNEL · Analog mode · up to 100 qubits
Remote
FRESNEL is a hardware neutral atoms QPU (Quantum Processing Unit) — Orion Beta generation. It is an optical machine at heart, utilizing light to trap and manipulate arrays of Rubidium atoms.By making use of optical tweezers we can assemble an adjustable quantum register for the atoms which will serve as our computational basis. For the Pasqal machine one single trapped atom corresponds to one qubit.
Device nameFRESNEL
MAX QUBITS100
COUNTRYFrance
FRESNEL_CAN1 (Orion Beta)FRESNEL_CAN1 · Analog mode · up to 100 qubits
Remote
FRESNEL_CAN1 is a hardware neutral atoms QPU (Quantum Processing Unit) — Orion Beta generation. It is an optical machine at heart, utilizing light to trap and manipulate arrays of Rubidium atoms.By making use of optical tweezers we can assemble an adjustable quantum register for the atoms which will serve as our computational basis. For the Pasqal machine one single trapped atom corresponds to one qubit.
Device nameFRESNEL_CAN1
MAX QUBITS100
COUNTRYCanada
FRESNEL_SA1 (Orion Gamma)FRESNEL_SA1 · Analog mode · up to 200 qubits
Remote
FRESNEL_SA1 is a hardware neutral atoms QPU (Quantum Processing Unit) — Orion Gamma generation. It is an optical machine at heart, utilizing light to trap and manipulate arrays of Rubidium atoms.By making use of optical tweezers we can assemble an adjustable quantum register for the atoms which will serve as our computational basis. For the Pasqal machine one single trapped atom corresponds to one qubit.
Device nameFRESNEL_SA1
MAX QUBITS140-200
COUNTRYKingdom of Saudi Arabia
JADE (Orion Beta)JADE · Analog mode · up to 100 qubits
Remote
Jade is a hardware neutral atoms QPU (Quantum Processing Unit) — Orion Beta generation. It is an optical machine at heart, utilizing light to trap and manipulate arrays of Rubidium atoms.By making use of optical tweezers we can assemble an adjustable quantum register for the atoms which will serve as our computational basis. For the Pasqal machine one single trapped atom corresponds to one qubit.
Device nameJADE
Important infoOnly available in Jülich HPC Center
MAX QUBITS100
COUNTRYGermany
RUBY (Orion Beta)RUBY · Analog mode · up to 100 qubits
Remote
Ruby is a hardware neutral atoms QPU (Quantum Processing Unit) — Orion Beta generation. It is an optical machine at heart, utilizing light to trap and manipulate arrays of Rubidium atoms.By making use of optical tweezers we can assemble an adjustable quantum register for the atoms which will serve as our computational basis. For the Pasqal machine one single trapped atom corresponds to one qubit.
Device nameRUBY
Important infoOnly available in CEA HPC Center
MAX QUBITS100
COUNTRYFrance
SOL (Orion Gamma)SOL · Analog mode · up to 140 qubits
Remote
Sol is a hardware neutral atoms QPU (Quantum Processing Unit) — Orion Gamma generation. It is an optical machine at heart, utilizing light to trap and manipulate arrays of Rubidium atoms.By making use of optical tweezers we can assemble an adjustable quantum register for the atoms which will serve as our computational basis. For the Pasqal machine one single trapped atom corresponds to one qubit.
Device nameSOL
Important infoOnly available in Cineca HPC center
MAX QUBITS140
COUNTRYItaly

The exact, current specifications (the physical constraints that are enforced when you submit a sequence) are always available from two places, and both reflect the live device configuration.

The Pasqal Cloud SDK provides a method to retrieve the device specs currently defined on Pasqal’s cloud platform; they define the physical constraints of our QPUs (e.g. max number of atoms, available pulse channels).

from pasqal_cloud import PasqalCloudConnection
connection = PasqalCloudConnection(username="...", project_id="...")
# Returns a dict[str, Device] of devices available through this connection
devices = connection.fetch_available_devices()
device = devices["FRESNEL_CAN1"]

The method returns a dict[str, Device] mapping each device type to a Pulser Device instance you can use when building sequences. For serialized specs via the lower-level client, see connection.cloud_client.get_device_specs_dict().

The specs below are the generic, slow-moving characteristics of the device. You can also browse the same information on the Devices page in Pasqal Cloud (external) . It always shows the current specs for every device, with no manual updates in between.

ORION BETAORION GAMMA
dimensions
2 (1D and 2D register geometries supported)2 (1D and 2D register geometries supported)
max_atom_num
100200
min_atom_distance
5 µm5 µm
max_radial_distance
35 µm70 µm
rydberg_level
6060
max_sequence_duration
6000 ns6000 ns
max_runs
500 shots per job500 shots per job
max_layout_traps
200200
max_layout_filling
0.450.45
channels
Rydberg global (see full spec via SDK)Rydberg global (see full spec via SDK)
pre_calibrated_layouts
Available — see SDK for current listAvailable — see SDK for current list
version
1.5.41.5.4
is_virtual
falsefalse

Pasqal’s QPUs are available through the major hyperscalers, as listed under availability by region & provider above, on pay-as-you-go pricing models, so you can run jobs and pay only for the QPU time you use. Alternatively, you can buy credits directly through our sales team for use on Pasqal Cloud.

For current rates, packages and to talk to sales, see our Offers & Pricing (external) page.

View offers & pricing

Last updated: