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
- Host: GitHub
- URL: https://github.com/teamgraphix/graphix-perceval
- Owner: TeamGraphix
- License: apache-2.0
- Created: 2023-09-20T02:44:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T14:20:19.000Z (about 1 year ago)
- Last Synced: 2025-11-23T20:16:47.090Z (3 months ago)
- Language: Python
- Homepage: https://graphix-perceval.readthedocs.io
- Size: 218 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Graphix Perceval interface


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)