0.13.0
This release adds support for CUDA 13 and Python 3.13 and removes support for CUDA 11 and Python 3.10. It adds support for using the CUDA-Q QEC libraries for real-time decoding on Quantinuum backends, and adds support for submission to QCI backends. Check out the release notes below to learn about additional new content.
What's Changed
Features and Enhancements π
- QCI integration by @qci-opensource in https://github.com/NVIDIA/cuda-quantum/pull/3112
- Support resource estimation on remote simulators by @atgeller in https://github.com/NVIDIA/cuda-quantum/pull/3360
- Phase Folding Optimization by @atgeller in https://github.com/NVIDIA/cuda-quantum/pull/3306
- Support CUDA 13 by @mitchdz in https://github.com/NVIDIA/cuda-quantum/pull/3502
- C++ support for returning vectors of scalar types with
cudaq.runby @khalatepradnya in https://github.com/NVIDIA/cuda-quantum/pull/3514 - Python support for returning lists of simple types from
cudaq.runby @1tnguyen in https://github.com/NVIDIA/cuda-quantum/pull/3555 - Support
gpu_decoder_configfor Quantinuum by @1tnguyen in https://github.com/NVIDIA/cuda-quantum/pull/3580