Skip to content

zapata-engineering/orquestra-forest

Repository files navigation

orquestra-forest

orquestra-forest is a Zapata library holding modules for integrating forest with Orquestra.

Overview

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.

Installation

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.

Development and contribution

You can find the development guidelines in the orquestra-quantum repository.