Metadata-Version: 2.4
Name: qc-parallelizer
Version: 1.2.1
Summary: A module for optimally combining and distributing quantum circuits
Author-email: Henri Ahola <firstname.lastname@vtt.fi>
Project-URL: GitHub, https://github.com/vttresearch/qc-parallelizer
Project-URL: Notebooks, https://github.com/vttresearch/qc-parallelizer/tree/main/notebooks
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: qiskit<1.3,>=1.0
Requires-Dist: z3-solver>=4.0.0.0
Requires-Dist: rustworkx>=0.16.0
Provides-Extra: tests
Requires-Dist: qiskit-iqm==18.7; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Provides-Extra: notebooks
Requires-Dist: qiskit-iqm==18.7; extra == "notebooks"
Requires-Dist: ipykernel; extra == "notebooks"
Requires-Dist: matplotlib; extra == "notebooks"
Requires-Dist: pylatexenc; extra == "notebooks"

# Quantum Circuit Parallelizer

[![python](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org)
[![PyPI version](https://badge.fury.io/py/qc-parallelizer.svg)](https://pypi.org/project/qc-parallelizer)

A Python module for optimally combining and distributing quantum circuits. Please find the source
code, examples, and documentation, [on GitHub](https://github.com/vttresearch/qc-parallelizer). The
diagram below illustrates the module's operation on a high level.

![](https://raw.githubusercontent.com/vttresearch/qc-parallelizer/refs/heads/main/notebooks/parallelizer-full.drawio.png)

## Authors

This project is written and maintained by **Henri Ahola** and belongs to **VTT Technical Research
Centre of Finland**.
