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
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?
- Getting started — full end-to-end example
- API reference — auto-generated from the source
License
Apache 2.0 — see LICENSE.