https://github.com/NVIDIA/cuQuantum
Home for cuQuantum Python & NVIDIA cuQuantum SDK C++ samples
https://github.com/NVIDIA/cuQuantum
cuda cuquantum custatevec cutensornet nvidia quantum-computing
Last synced: 17 days ago
JSON representation
Home for cuQuantum Python & NVIDIA cuQuantum SDK C++ samples
- Host: GitHub
- URL: https://github.com/NVIDIA/cuQuantum
- Owner: NVIDIA
- License: bsd-3-clause
- Created: 2021-12-04T20:37:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T01:38:20.000Z (28 days ago)
- Last Synced: 2025-03-28T22:01:39.137Z (21 days ago)
- Topics: cuda, cuquantum, custatevec, cutensornet, nvidia, quantum-computing
- Language: Jupyter Notebook
- Homepage: https://docs.nvidia.com/cuda/cuquantum/
- Size: 7.19 MB
- Stars: 381
- Watchers: 21
- Forks: 77
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Security: SECURITY.md
Awesome Lists containing this project
- quantum-awesome - https://github.com/NVIDIA/cuQuantum
README
# Welcome to the cuQuantum repository!
This public repository contains a few sets of files related to the [NVIDIA cuQuantum SDK](https://developer.nvidia.com/cuquantum-sdk):
- `benchmarks`: NVIDIA cuQuantum Performance Benchmark Suite (v0.3.0), see [README](./benchmarks/README.md) for detail.
- `extra`: Files to help utilize the cuQuantum SDK and the cuQuantum Appliance container.
- `python`: The open-sourced cuQuantum Python project.
- Available for download on
- conda-forge:
- `cuquantum` [](https://anaconda.org/conda-forge/cuquantum)
- `cudensitymat` [](https://anaconda.org/conda-forge/cudensitymat)
- `custatevec` [](https://anaconda.org/conda-forge/custatevec)
- `cutensornet` [](https://anaconda.org/conda-forge/cutensornet)
- `cuquantum-python` [](https://anaconda.org/conda-forge/cuquantum-python)
- PyPI:
- `cuquantum` [](https://pypi.python.org/pypi/cuquantum)
- `cuquantum-cu11` [](https://pypi.python.org/pypi/cuquantum-cu11)
- `cudensitymat-cu11` [](https://pypi.python.org/pypi/cudensitymat-cu11)
- `custatevec-cu11` [](https://pypi.python.org/pypi/custatevec-cu11)
- `cutensornet-cu11` [](https://pypi.python.org/pypi/cutensornet-cu11)
- `cuquantum-cu12` [](https://pypi.python.org/pypi/cuquantum-cu12)
- `cudensitymat-cu12` [](https://pypi.python.org/pypi/cudensitymat-cu12)
- `custatevec-cu12` [](https://pypi.python.org/pypi/custatevec-cu12)
- `cutensornet-cu12` [](https://pypi.python.org/pypi/cutensornet-cu12)
- `cuquantum-python` [](https://pypi.python.org/pypi/cuquantum-python)
- `cuquantum-python-cu11` [](https://pypi.python.org/pypi/cuquantum-python-cu11)
- `cuquantum-python-cu12` [](https://pypi.python.org/pypi/cuquantum-python-cu12)
- `samples`: All C/C++ sample codes for the cuQuantum SDK.## Installation
The instructions for how to build and install these files are given in both the subfolders and
the [cuQuantum documentation](https://docs.nvidia.com/cuda/cuquantum/latest/index.html).## License
All files hosted in this repository are subject to the [BSD-3-Clause](./LICENSE) license.
## Citing cuQuantum
H. Bayraktar et al., "cuQuantum SDK: A High-Performance Library for Accelerating Quantum Science", 2023 IEEE International Conference on Quantum Computing and Engineering (QCE), Bellevue, WA, USA, 2023, pp. 1050-1061, doi: [10.1109/QCE57702.2023.00119](https://doi.org/10.1109/QCE57702.2023.00119)