Metadata-Version: 2.1
Name: qoqo_myqlm
Version: 0.4.7
Summary: An inteface to execute circuits from QOQO to MYQLM
Author-email: HQS Quantum Simulation GmbH <info@quantumsimulations.de>
Requires-Python: <3.12,>3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: qoqo >=1.10
Requires-Dist: numpy
Requires-Dist: myqlm
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'
Provides-Extra: tests
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'

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


# qoqo_myqlm
[![Documentation Status](https://readthedocs.org/projects/qoqo_myqlm/badge/?version=latest)](https://qoqo_myqlm.readthedocs.io/en/latest/?badge=latest)
[![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/pypi/l/qoqo_myqlm)
[![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.

_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
