Metadata-Version: 2.1
Name: custatevec-cu11
Version: 1.2.0
Summary: cuStateVec - a component of NVIDIA cuQuantum SDK
Home-page: https://developer.nvidia.com/cuquantum-sdk
Author: NVIDIA Corporation
Author-email: cuda_installer@nvidia.com
License: NVIDIA Proprietary Software
Keywords: cuda,nvidia,state vector,high-performance computing,quantum computing
Classifier: Topic :: Scientific/Engineering
Classifier: Environment :: GPU :: NVIDIA CUDA
Classifier: Environment :: GPU :: NVIDIA CUDA :: 11.0
Classifier: Environment :: GPU :: NVIDIA CUDA :: 11.1
Classifier: Environment :: GPU :: NVIDIA CUDA :: 11.2
Classifier: Environment :: GPU :: NVIDIA CUDA :: 11.3
Classifier: Environment :: GPU :: NVIDIA CUDA :: 11.4
Classifier: Environment :: GPU :: NVIDIA CUDA :: 11.5
Classifier: Environment :: GPU :: NVIDIA CUDA :: 11.6
Classifier: Environment :: GPU :: NVIDIA CUDA :: 11.7
Classifier: Environment :: GPU :: NVIDIA CUDA :: 11.8
Description-Content-Type: text/x-rst

**************************************************************************
cuStateVec: A High-Performance Library for State Vector Quantum Simulators
**************************************************************************

**NVIDIA cuStateVec** is a high-performance library dedicated to operations with state vectors for expressing quantum algorithms.
cuStateVec is a component of the `NVIDIA cuQuantum SDK`_.

In addition to C APIs, cuStateVec can also be accessed in Python via `cuQuantum Python`_.

.. _NVIDIA cuQuantum SDK: https://developer.nvidia.com/cuquantum-sdk
.. _cuQuantum Python: https://pypi.org/project/cuquantum-python/

Documentation
=============

Please refer to https://docs.nvidia.com/cuda/cuquantum/custatevec/index.html for the cuStateVec documentation.

Installation
============

The cuStateVec wheel can be installed as follows:

.. code-block:: bash

   pip install custatevec-cuXX

where XX is the CUDA major version (currently CUDA 11 is supported). 

.. note::

   To use cuQuantum's Python APIs, please directly install `cuQuantum Python`_.

Citing cuQuantum
================

Pleae click this Zenodo badge to see the citation format: |DOI|

.. |DOI| image:: https://zenodo.org/badge/435003852.svg
    :target: https://zenodo.org/badge/latestdoi/435003852
