orquestra-forest
is a Zapata library holding modules for integrating forest with Orquestra.
orquestra-forest
is a Python module that provides converters that allow switching between objects from PyQuil and orquestra-quantum
.
It can be used directly in Python or in an Orquestra workflow.
For more details, see the Orquestra Pyquil integration docs.
For more information regarding Orquestra and resources, please refer to the Orquestra documentation.
This repository can be installed using pip
. Clone the repository, enter the main directory of orquestra-forest, and run pip install -e .
. For development install, run pip install -e '.[dev]'
instead.
You can find the development guidelines in the orquestra-quantum
repository.