Metadata-Version: 2.4
Name: qm-qua
Version: 1.3.1
Summary: QUA language SDK to control a Quantum Computer
License-Expression: BSD-3-Clause
License-File: LICENSE
Author: Quantum Machines
Author-email: info@quantum-machines.co
Requires-Python: >=3.10,<3.15
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Quantum Computing
Provides-Extra: simulation
Requires-Dist: certifi ; extra == "simulation"
Requires-Dist: datadog-api-client (>=2.6.0,<3.0.0)
Requires-Dist: grpcio (>=1.57,<2.0)
Requires-Dist: httpx[http2] (>=0.27.0,<1)
Requires-Dist: marshmallow (>=3,<4)
Requires-Dist: marshmallow-polyfield (>=5.7,<6.0)
Requires-Dist: multidict (>=6.7.0,<7.0.0)
Requires-Dist: numpy (<3) ; python_version >= "3.10" and python_version < "3.14"
Requires-Dist: numpy (>=2.4.4,<3) ; python_version >= "3.14"
Requires-Dist: plotly (>=5)
Requires-Dist: protobuf (>=4.25,<8)
Requires-Dist: tinydb (>=4.6.1,<5.0.0)
Requires-Dist: typing-extensions (>=4.5,<5.0)
Project-URL: Changelog, https://github.com/qm-labs/qm-qua-sdk-public/blob/main/CHANGELOG.md
Project-URL: Documentation, https://docs.quantum-machines.co/
Project-URL: Download, https://pypi.org/project/qm-qua/#files
Project-URL: Homepage, https://www.quantum-machines.co/
Project-URL: Repository, https://github.com/qm-labs/qm-qua-sdk-public
Description-Content-Type: text/markdown


# QM-QUA SDK

QUA is a pulse-level language used to control a Quantum System.
Read more about it and its uses here: https://arxiv.org/abs/2303.03816

This package, qm-qua, is an implementation that uses the Quantum Machines OPX controller and is used to 
communicate with the QOP and to implement a Pythonic implementation (DSL) of QUA. 
 
To learn how to use this package, please visit the documentation website at: https://docs.quantum-machines.co/

