Skip to content

Results are limited to the current section: Cloud services

Product news

pasqal-cloud

pasqal-cloud is a Python package to run quantum sequences on Pasqal neutral atom quantum computers.

It implements the Pulser RemoteConnection interface so any sequence written with Pulser can be submitted to Pasqal QPUs and emulators.

Terminal window
pip install pasqal-cloud
from pasqal_cloud import PasqalCloudConnection
connection = PasqalCloudConnection(
username="your_username",
password="your_password",
project_id="your_project_id",
)
devices = connection.fetch_available_devices()

Apache 2.0 — see LICENSE.