Divi Documentation
Welcome to the Divi documentation! Divi is a Python library to automate generating, parallelizing, and executing quantum programs.
Installation
Divi can be installed using Poetry (recommended) or pip.
If you have Poetry installed:
poetry add qoro-divi
Or if you want to install from source:
git clone https://github.com/qoro-quantum/divi.git
cd divi
poetry install
Alternatively, you can install using pip:
pip install qoro-divi
User Guide
API Reference
Development