An open API service indexing awesome lists of open source software.

https://github.com/teamgraphix/graphix-perceval

submodule of graphix to run measurement pattern on discrete-variable optical QPU
https://github.com/teamgraphix/graphix-perceval

Last synced: 25 days ago
JSON representation

submodule of graphix to run measurement pattern on discrete-variable optical QPU

Awesome Lists containing this project

README

          

# Graphix Perceval interface

![PyPI](https://img.shields.io/pypi/v/graphix-perceval)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/graphix-perceval)

Provides an interface to run MBQC pattern (`graphix.Pattern`) on Quandela's optical quantum devices as well as Perceval's simulator backends.

Requires [graphix](https://github.com/TeamGraphix/graphix) to generate the measurement pattern.

## Installation

install with `pip`

```bash
$ pip install graphix-perceval
```

## License

[Apache License 2.0](LICENSE)