Skip to main content

A Pulser extension to execute pulse-level sequences on Pasqal backends.

Project description

pulser-pasqal

Pulser is a framework for composing, simulating and executing pulse sequences for neutral-atom quantum devices.

This is the pulser-pasqal extension, which provides the functionalities needed to execute pulser sequences on Pasqal's backends.

Installation

The standard Pulser installation,

pip install pulser

will automatically install pulser-pasqal. If you wish to install it on its own, you can also run

pip install pulser-pasqal

Note that pulser-core is a requirement of pulser-pasqal, so it will be installed if it hasn't been already.

Quickstart

pulser-pasqal provides two ways to connect to Pasqal Cloud services:

  1. Direct connection using PasqalCloud with username/password authentication
  2. OVH integration using OVHConnection with token authentication for OVH customers

Using PasqalCloud

from pulser_pasqal import PasqalCloud
from pulser import QPUBackend

# Authenticate with Pasqal Cloud
connection = PasqalCloud(username="YOUR_USERNAME", password="YOUR_PASSWORD", project_id="YOUR_PROJECT")

# Build a pulser sequence
...

# Submit and retrieve results
backend = QPUBackend(sequence, connection)
job = backend.run(wait=True)
results = job.results
print(results)

OVH Integration

from pulser_pasqal import OVHConnection
from pulser import QPUBackend

# Initiate the appropriate OVH connection
connection = OVHConnection()

# Build a pulser sequence
...

# Submit and retrieve results
backend = QPUBackend(sequence, connection)
job = backend.run(wait=True)
results = job.results
print(results)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pulser_pasqal-0.21.0.tar.gz (14.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pulser_pasqal-0.21.0-py3-none-any.whl (15.7 kB view details)

Uploaded Python 3

File details

Details for the file pulser_pasqal-0.21.0.tar.gz.

File metadata

  • Download URL: pulser_pasqal-0.21.0.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pulser_pasqal-0.21.0.tar.gz
Algorithm Hash digest
SHA256 cfcfdc31ff12f961f671523f54d35a457e5c85c562e5026d7df81bc09dd1af01
MD5 70477b64d6c1241fe1258f6c95b2f89f
BLAKE2b-256 7a68d2e7a1e37d8703df6b82ca1dd349d369a9b08f07d143c873d80da8984ada

See more details on using hashes here.

Provenance

The following attestation bundles were made for pulser_pasqal-0.21.0.tar.gz:

Publisher: publish-to-testpypi-and-pypi.yml on pasqal-io/pasqal-cloud

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pulser_pasqal-0.21.0-py3-none-any.whl.

File metadata

  • Download URL: pulser_pasqal-0.21.0-py3-none-any.whl
  • Upload date:
  • Size: 15.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pulser_pasqal-0.21.0-py3-none-any.whl
Algorithm Hash digest
SHA256 469003b92c948cf4458af6ead13928035bebc93b17fc7620f9dc9e13aca8bdd5
MD5 c74e25fb694e447851cdff85b78ed62d
BLAKE2b-256 718d5e0c641b8fec037f21ce31c4772c6e617d97a890616d41bdd383d17e1f93

See more details on using hashes here.

Provenance

The following attestation bundles were made for pulser_pasqal-0.21.0-py3-none-any.whl:

Publisher: publish-to-testpypi-and-pypi.yml on pasqal-io/pasqal-cloud

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page