Pulser Azure¶
Pulser Azure is a Python package to run quantum sequences on Azure Quantum infrastructure, providing access to 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 hosted on Azure Quantum.
Installation¶
pip install pulser-azure
At a glance¶
from pulser_azure import AzureConnection
connection = AzureConnection(
resource_id="/subscriptions/<id>/resourceGroups/<rg>/providers/Microsoft.Quantum/Workspaces/<ws>",
)
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.