Metadata-Version: 2.2
Name: pulser-pasqal
Version: 0.20.2
Summary: A Pulser extension to execute pulse-level sequences on Pasqal backends.
Home-page: https://github.com/pasqal-io/pasqal-cloud
Author: Pulser Development Team
Maintainer: Pasqal Cloud Services
Maintainer-email: pcs@pasqal.io
License: Apache 2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pasqal-cloud==0.20.2
Requires-Dist: pulser-core>=1.3
Requires-Dist: backoff~=2.2
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# pulser-pasqal

[Pulser](https://pypi.org/project/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](https://portal.pasqal.cloud/)'s backends.

## Installation

The standard Pulser installation,

```bash
pip install pulser
```

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

```bash
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.
