guan404ming opened a new issue, #963: URL: https://github.com/apache/mahout/issues/963
# Testing Apache Mahout Qumat 0.5.0rc1 We kindly request all contributors to help test the Release Candidate for Apache Mahout Qumat. ## Installation ```bash # Install from PyPI (RC version) pip install --pre qumat==0.5.0rc1 # With QDP extension (GPU support, requires CUDA) pip install --pre qumat==0.5.0rc1 qumat-qdp==0.1.0rc1 ``` ## What to Test Please test the following and report your results in the comments: ### Core Functionality - [ ] Basic circuit creation and execution - [ ] All supported backends (Qiskit, Cirq, Amazon Braket) - [ ] Single-qubit gates (H, X, Y, Z, RX, RY, RZ) - [ ] Multi-qubit gates (CNOT, Toffoli, SWAP) - [ ] State vector retrieval - [ ] Measurement and shots ### QDP Extension (if applicable) - [ ] CUDA tensor encoding - [ ] NumPy array encoding - [ ] DLPack interoperability - [ ] Memory management ### Compatibility - [ ] Python 3.10 - [ ] Python 3.11 - [ ] Python 3.12 ## Changes in this Release - [ ] New QDP async pipeline for large batch uploads (#928) - [ ] Add make test & make pre-commit (#943) ## How to Report Please comment on this issue with: 1. Python version tested 2. OS and platform 3. Which tests passed/failed 4. Any issues encountered Example: > Tested on Python 3.11, Ubuntu 22.04 > - Core functionality: ✅ > - Qiskit backend: ✅ > - QDP CUDA encoding: ✅ > No issues found. ## Links - [PyPI qumat 0.5.0rc1](https://pypi.org/project/qumat/0.5.0rc1/) - [PyPI qumat-qdp 0.1.0rc1](https://pypi.org/project/qumat-qdp/0.1.0rc1/) ## Timeline Testing period: **Jan 28, 2026** to **Feb 2, 2026** --- Thank you for helping make this release stable! 🙏 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
