qiskit-aqt-provider
qiskit-aqt-provider copied to clipboard
Qiskit provider for AQT backends.
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@hugovk] Use functools.lru_cache for hopper() #7912 [@hugovk]...
Bumps [black](https://github.com/psf/black) from 24.2.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
### Summary Improve the testing coverage: - test examples against the installed packages instead of the source checkout - test against multiple (hand-selected) versions of Qiskit. Since the package is...
### Informations - **Qiskit AQT Provider version**: qiskit-aqt-provider==1.1.0 - **Python version**: 3.9.7 (default, Sep 16 2021, 16:59:28) [MSC v.1916 64 bit (AMD64)] - **Operating system**: Windows 10 ### What is...
### Summary ### Details and comments
### Summary - Updates upper bound on python version to allow for python 3.13 - Adds python 3.13 to CI testing matrix ### Details and comments It will probably be...
### Summary ### Details and comments
### Summary This PR adds an experimental conversion function from [QIR](https://www.qir-alliance.org/) to the AQT API format. Due to the limited functionality of the backend, the subset of accepted QIR is...
Add support for Python 3.13: - check that all dependencies are available - allow Python 3.13 in `pyproject.toml` - test against Python 3.13 on CI.