Skip to main content
Version: next

Install

pip install qumat

To install with QDP (Quantum Data Plane) support:

pip install qumat[qdp]

From Source

git clone https://github.com/apache/mahout.git
cd mahout
pip install uv
uv sync # Core Qumat
uv sync --extra qdp # With QDP (requires CUDA GPU)

Apache Release

Official source releases are available at apache.org/dist/mahout.

To verify the integrity of a downloaded release:

gpg --import KEYS
gpg --verify mahout-qumat-0.5.zip.asc mahout-qumat-0.5.zip