Metadata-Version: 2.1
Name: qualang-tools
Version: 0.3.2
Summary: The qualang_tools package includes tools for writing QUA programs in Python.
Home-page: https://github.com/qua-platform/py-qua-tools
License: BSD-3-Clause
Author: QM
Author-email: qua-libs@quantum-machines.co
Requires-Python: >=3.7.1,<3.10
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: matplotlib (>=3.4.2,<4.0.0)
Requires-Dist: numpy (>=1.20.3,<2.0.0)
Requires-Dist: pandas (>=1.2.4,<2.0.0)
Requires-Dist: qm-qua (>=0.3.2,<0.4.0)
Requires-Dist: scipy (>=1.7.1,<2.0.0)
Description-Content-Type: text/markdown

# py-qua-tools

The qualang_tools package includes tools for writing QUA programs in Python. 

The first included tool is the baking tool for working with waveforms at a 1ns resolution. 

## installation

Install the current version using `pip`

```
pip install qualang-tools
```

## usage

Examples for 1-qubit randomized benchamrking or cross-entropy benchmark (XEB) can be found in the examples folder of the [py-qua-tools repository](https://github.com/qua-platform/py-qua-tools/)



