Metadata-Version: 2.1
Name: pulser-simulation
Version: 0.18.0
Summary: An emulator of pulse-level sequences created with Pulser.
Home-page: https://github.com/pasqal-io/Pulser
Author: Pulser Development Team
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: qutip ~=4.7.5
Requires-Dist: scipy <1.13
Requires-Dist: pulser-core ==0.18.0

# pulser-simulation

[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-simulation` extension, which provides the functionalities needed to emulate `pulser` sequences.

## Installation

The standard Pulser installation,

```bash
pip install pulser
```

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

```bash
pip install pulser-simulation
```

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


