NVIDIA cuQuantum SDK component for state vector simulation on CUDA 13 hardware. Version 1.13.1 provides GPU-accelerated quantum state manipulation. Released alongside cuQuantum releases.
pip install custatevec-cu13Verified import paths — ran on the pinned version, not inferred.
Initialize a 2-qubit state vector on CUDA 13 using custatevec-cu13.
Verify CUDA version with 'nvcc --version' and install the correct custatevec-cuXX variant (e.g., custatevec-cu12 for CUDA 12).
Consider using cuquantum-python-cu13 instead, which includes custatevec functionality via the cuQuantum SDK.
Run 'pip install cupy-cuda13x' alongside custatevec-cu13.