Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.11 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.11 KB

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.