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
Section titled “Installation”pip install pasqal-cloudAt a glance
Section titled “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?
Section titled “Where to next?”- Getting started — full end-to-end example
- API reference — auto-generated from the source
License
Section titled “License”Apache 2.0 — see LICENSE.
