Metadata-Version: 2.4
Name: qoqo_myqlm
Version: 0.5.0
Summary: An inteface to execute circuits from QOQO to MYQLM
Author-email: HQS Quantum Simulation GmbH <info@quantumsimulations.de>
Requires-Python: <3.14,>3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: qoqo>=1.15
Requires-Dist: numpy
Requires-Dist: myqlm
Provides-Extra: tests
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Requires-Dist: darglint; extra == "dev"
Requires-Dist: bandit; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: black; extra == "dev"
Provides-Extra: docs
Requires-Dist: pyyaml; extra == "docs"
Requires-Dist: sphinx>=2.1; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: pygments; extra == "docs"
Requires-Dist: recommonmark; extra == "docs"
Requires-Dist: myst_parser; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Requires-Dist: tomli; extra == "docs"
Dynamic: license-file

<img src="qoqo_Logo_vertical_color.png" alt="qoqo logo" width="300" />


# qoqo_myqlm
[![Documentation Status](https://img.shields.io/badge/docs-read-blue)](https://hqsquantumsimulations.github.io/qoqo_myqlm/)
[![GitHub Workflow Status](https://github.com/HQSquantumsimulations/qoqo_myqlm/workflows/ci_tests/badge.svg)](https://github.com/HQSquantumsimulations/qoqo_myqlm/actions)
[![PyPI](https://img.shields.io/pypi/v/qoqo_myqlm)](https://pypi.org/project/qoqo_myqlm/)
![PyPI - License](https://img.shields.io/badge/license-Apache_2.0-green)
[![PyPI - Format](https://img.shields.io/pypi/format/qoqo_myqlm)](https://pypi.org/project/qoqo_myqlm/)

MyQLM interface for for the qoqo quantum toolkit by [HQS Quantum Simulations](https://quantumsimulations.de).

_General_

qoqo-myqlm provides the interface to the Atos MyQLM software.
MyQLM is under the myQLM license ( see https://myqlm.github.io/myqlm_specific/license.html for further infomation).

qoqo-myqlm itself is provided under the Apache-2.0 license but can only be used after installing myQLM and agreeing to the myQLM license.

The API documentation (Python) can be found [here](https://hqsquantumsimulations.github.io/qoqo_myqlm/generated/qoqo_myqlm.html)

_Testing_

Due to the myQLM license we are limited in the automatic code quality checks we can perform for qoqo-myqlm. If you find unexpected behaviour please open a github issue. You can also run the pytests in qoqo_myqlm/tests/ locally.

This software is still in the beta stage. Functions and documentation are not yet complete and breaking changes can occur.

_Installation_

qoqo_myqlm is available on PyPi (https://pypi.org/project/qoqo-myqlm/), and can be installed via pip:
pip install qoqo-myqlm
