Metadata-Version: 2.1
Name: pulser
Version: 0.0.1a1
Summary: UNKNOWN
Home-page: https://pasqal.io/
Author: Pulser Development Team
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy

# Pulser

A framework for interacting with [Pasqal][pasqal] devices at the **pulse** level.

Pulser is a library that allows for writing sequences of pulses representing the
behaviour of some Pasqal processor prototypes.


## Installation

To install Pulser from PyPI:

```bash
pip install pulser
```

[pasqal]: https://pasqal.io/


