Metadata-Version: 2.4
Name: pulser-simulation
Version: 1.8.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
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: qutip<6,>=5
Requires-Dist: pulser-core==1.8.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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.
