Third-Party Cloud Providers
Pasqal QPUs and emulators are accessible through multiple cloud platforms. Depending on how your organisation works, you may access Pasqal through Google Cloud Marketplace, Azure Quantum, OVHCloud, or Scaleway — each with their own authentication, billing, and available backends.
Available Providers
Section titled “Available Providers”Provider Comparison Table
Section titled “Provider Comparison Table”Commercial feature table
Section titled “Commercial feature table”The table below summarises access scope, available backends, pricing model, and features per provider.
| Google Cloud | Azure Quantum | OVHCloud | Scaleway | |
|---|---|---|---|---|
Access scope | Full portal + SDK | SDK-based access | SDK-based access | SDK-based access |
Pricing | Pay-as-you-go | Pay-as-you-go | Pay-as-you-go | Pay-as-you-go |
Billing | Billing via Google | Billing via Azure | Billing via OVHCloud | Billing via Scaleway |
Features |
Available backends per provider
Section titled “Available backends per provider”Not all backends are available in all environments, this is not always obvious from the SDK alone. Use connection.fetch_available_devices() to confirm what’s available on your specific connection.
| Google Cloud | Azure Quantum | OVHCloud | Scaleway | |
|---|---|---|---|---|
FRESNEL | Available | Available | Available | Available |
FRESNEL_CAN1 | Available | Available | Available | Available |
FRESNEL_KSA | Unavailable | Unavailable | Unavailable | Unavailable |
EMU_FREE | Available | Available | Available | Available |
EMU_MPS | Available | Available | Available | Available |
EMU_SV | Available | Available | Unavailable | Available |
EMU_TN | Unavailable | Unavailable | Available | Available |
Create a connection
Section titled “Create a connection”A connection is the authenticated session that links your Python code to whichever platform processes your job. Think of it as the cloud provider entry point — it determines which backends you can access, how billing works, and where you monitor results.
Creating a connection is independent of your choice of library (QoolQit, Pulser, QUBO, etc.) and backend (EMU_FREE, FRESNEL, etc.). The same Pulser sequence can be submitted through any of the four providers below, only the connection object changes.
