skillfed

custatevec-cu13

cuStateVec - a component of NVIDIA cuQuantum SDK

custatevec-cu13 v1.14.0 92.8K downloads/30d#13,430 on PyPI494
License unclear NVIDIA Proprietary Software Active released

What it is and what it does

cuStateVec is NVIDIA's high-performance library for state vector quantum simulation operations, part of the cuQuantum SDK. It provides GPU-accelerated computation on NVIDIA CUDA hardware, enabling researchers and developers to build quantum simulators that leverage GPU parallelism for faster state vector manipulations and measurements.

The package is distributed as platform-specific wheels for Linux (x86_64 and aarch64) and requires CUDA 13 to be installed on the system. It has no Python runtime dependencies, meaning once installed, it provides direct access to the underlying C library. The documentation notes that for Python-level APIs, users should install the cuQuantum Python wrapper instead, suggesting this package is primarily a lower-level component.

Use it for:

  • Building GPU-accelerated quantum circuit simulators that need fast state vector operations
  • Prototyping quantum algorithms on NVIDIA GPUs without writing CUDA C code directly
  • Integrating state vector quantum simulation into larger scientific computing pipelines on GPU clusters
  • Research into quantum algorithm performance on modern GPU hardware

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

cuStateVec provides GPU-accelerated state vector operations for quantum simulators, optimized for NVIDIA CUDA 13 hardware.

Yes, if you are developing quantum simulators on NVIDIA CUDA 13 hardware and need GPU acceleration. The package is actively maintained, has no known vulnerabilities, and fills a specialized role in the quantum computing ecosystem. However, verify the NVIDIA Proprietary Software license terms for your use case first, and confirm your system has CUDA 13 and a compatible GPU before installing.

Install

custatevec-cu13 on PyPI

pip

pip install custatevec-cu13

uv

uv add custatevec-cu13

poetry

poetry add custatevec-cu13

Installing custatevec-cu13

Before you install

The package is actively maintained with recent releases and carries medium install friction due to platform-specific wheels (x86_64 and aarch64 Linux only). No runtime dependencies simplify deployment once the wheel is available for your architecture.

License in practice

Licensed under NVIDIA Proprietary Software with no SPDX identifier; the exact terms and redistribution rights are unclear from the metadata alone and should be verified against NVIDIA's licensing documentation before production use.

Quickstart

pip install custatevec-cu13

import custatevec
# Access cuStateVec C API or use via cuQuantum Python wrapper

Requires NVIDIA CUDA 13 and compatible GPU; wheels are only available for Linux x86_64 and aarch64 architectures.

Verify before relying

  • Exact licensing terms and permitted use cases under NVIDIA Proprietary Software license
  • Whether Python API is directly exposed or requires cuQuantum Python wrapper
  • Minimum Python version requirement (not specified in metadata)

Package facts

License NVIDIA Proprietary Software (unclear)
Python support not specified
Install friction medium — platform-specific wheel
Runtime dependencies none
Maintenance actively maintained — 46 days since the last release
Last repo commit
First released
Downloads 92,754/month — #13,430 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: custatevec_cu13-1.14.0-py3-none-manylinux2014_aarch64.whl; custatevec_cu13-1.14.0-py3-none-manylinux2014_x86_64.whl

Keywords: cuda, nvidia, state vector, high-performance computing, quantum computing

Environment :: GPU :: NVIDIA CUDAEnvironment :: GPU :: NVIDIA CUDA :: 13Topic :: Scientific/Engineering

Tags

quantum simulator gpu accelerationstate vector cuda librarynvidia custatevecquantum computing high performancecuda quantum state operations
gpu-accelerationquantum-computingcuda

More Scientific/Engineering packages

Further reading