Metadata-Version: 2.1
Name: pulser-core
Version: 0.15.3
Summary: A pulse-level composer for neutral-atom quantum devices.
Home-page: https://github.com/pasqal-io/Pulser
Author: Pulser Development Team
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

# pulser-core

[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-core` package, which provides the core functionalities needed to create sequences
with `pulser`.

## Installation

The standard Pulser installation,

```bash
pip install pulser
```

will automatically install `pulser-core`, along with the extension packages.
If you wish to install `pulser-core` on its own, you can instead run

```bash
pip install pulser-core
```
