Metadata-Version: 2.1
Name: qoro-divi
Version: 0.3.2b0
Summary: A Python library to automate generating, parallelizing, and executing quantum programs.
Author: Ahmed Darwish
Author-email: ahmed@qoroquantum.de
Requires-Python: >=3.11,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: cirq-core (<1.5.0)
Requires-Dist: dill (>=0.4.0,<0.5.0)
Requires-Dist: dwave-hybrid (>=0.6.14,<0.7.0)
Requires-Dist: matplotlib (>=3.10.3,<4.0.0)
Requires-Dist: mitiq (>=0.46,<0.47)
Requires-Dist: networkx (>=3.5,<4.0)
Requires-Dist: pennylane (>=0.42.3,<0.43.0)
Requires-Dist: ply (>=3.11,<4.0)
Requires-Dist: pymetis (>=2025.1.1,<2026.0.0)
Requires-Dist: python-dotenv (>=1.1.1,<2.0.0)
Requires-Dist: qiskit (<2.0)
Requires-Dist: qiskit-aer (>=0.17.1,<0.18.0)
Requires-Dist: qiskit-ibm-runtime (>=0.37,<0.38)
Requires-Dist: qiskit-optimization (>=0.6.1,<0.7.0)
Requires-Dist: requests (>=2.32.4,<3.0.0)
Requires-Dist: rich (>=14.0.0,<15.0.0)
Requires-Dist: scikit-learn (>=1.7.0,<2.0.0)
Requires-Dist: scipy (<=1.15.2)
Requires-Dist: sympy (>=1.14.0,<2.0.0)
Description-Content-Type: text/markdown

# Divi

**Divi** is a Python library for generating quantum programs at scale. It allows users to parallelize quantum workloads, manage hardware or simulator execution, and interact with cloud-based compute clusters—all through a simple and flexible API.

Divi is designed to allow researchers, students, and enterprises to deploy quantum workloads efficiently across hybrid and distributed environments.

---

> [!IMPORTANT]
> Divi is under active development and in early stages. Users should expect frequent changes that are likely to be incompatible with previously published versions.

## 🚀 Features

- 🧠 **Smart Job Parallelization**: Automatically parallelizes your quantum programs based on task structure.
- 🌐 **Cloud Execution**: Send jobs to local or remote clusters with minimal configuration.
- 🔌 **Extensible API**: Easily integrate with your existing quantum stack.
- 📦 **Lightweight & Modular**: Install and use only what you need.

---

## 📦 Installation

Divi can be easily installed from Pypi

```bash
pip install qoro-divi
```

## 📚 Documentation

- Full documentation is available at: <https://docs.qoroquantum.net/divi>
- Tutorials can be found in the `tutorials` folder.

