You're reading the documentation of the v0.10. For the latest released version, please have a look at v0.11.
Usage
Installation
To use perceval, you can directly install the pip wheel in a virtual environment:
(venv) $ pip install perceval-quandela
Alternatively, if you are interested in contributing to the project - you can clone the project from github:
(venv) $ git clone https://github.com/quandela/Perceval
(venv) $ cd Perceval
(venv) $ pip install . # or pip install -e . for developers
Tutorial
At this point you can directly use Perceval. If you want to learn how to build Linear Optical circuits, manipulate state vector or run quantum algorithms remotely, you should follow the example notebooks. You can start with the Detailed walkthrough tutorial.