Skip to content

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.

Installation

pip install pasqal-cloud

At a glance

from pasqal_cloud import PasqalCloudConnection

connection = PasqalCloudConnection(
    username="your_username",
    password="your_password",
    project_id="your_project_id",
)

devices = connection.fetch_available_devices()

Where to next?

License

Apache 2.0 — see LICENSE.