cuquantum-python 24.11.0__tar.gz → 25.3.0.post0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cuquantum_python-24.11.0/cuquantum_python.egg-info → cuquantum_python-25.3.0.post0}/PKG-INFO +27 -11
- cuquantum_python-25.3.0.post0/README.rst +38 -0
- {cuquantum_python-24.11.0 → cuquantum_python-25.3.0.post0/cuquantum_python.egg-info}/PKG-INFO +27 -11
- {cuquantum_python-24.11.0 → cuquantum_python-25.3.0.post0}/setup.py +1 -1
- cuquantum_python-24.11.0/README.rst +0 -33
- {cuquantum_python-24.11.0 → cuquantum_python-25.3.0.post0}/LICENSE +0 -0
- {cuquantum_python-24.11.0 → cuquantum_python-25.3.0.post0}/cuda_autodetect.py +0 -0
- {cuquantum_python-24.11.0 → cuquantum_python-25.3.0.post0}/cuquantum_python.egg-info/SOURCES.txt +0 -0
- {cuquantum_python-24.11.0 → cuquantum_python-25.3.0.post0}/cuquantum_python.egg-info/dependency_links.txt +0 -0
- {cuquantum_python-24.11.0 → cuquantum_python-25.3.0.post0}/cuquantum_python.egg-info/not-zip-safe +0 -0
- {cuquantum_python-24.11.0 → cuquantum_python-25.3.0.post0}/cuquantum_python.egg-info/top_level.txt +0 -0
- {cuquantum_python-24.11.0 → cuquantum_python-25.3.0.post0}/setup.cfg +0 -0
{cuquantum_python-24.11.0/cuquantum_python.egg-info → cuquantum_python-25.3.0.post0}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: cuquantum-python
|
|
3
|
-
Version:
|
|
3
|
+
Version: 25.3.0.post0
|
|
4
4
|
Summary: NVIDIA cuQuantum Python
|
|
5
5
|
Home-page: https://developer.nvidia.com/cuquantum-sdk
|
|
6
6
|
Author: NVIDIA Corporation
|
|
@@ -17,12 +17,29 @@ Classifier: Environment :: GPU :: NVIDIA CUDA :: 11
|
|
|
17
17
|
Classifier: Environment :: GPU :: NVIDIA CUDA :: 12
|
|
18
18
|
Description-Content-Type: text/x-rst
|
|
19
19
|
License-File: LICENSE
|
|
20
|
+
Dynamic: author
|
|
21
|
+
Dynamic: author-email
|
|
22
|
+
Dynamic: classifier
|
|
23
|
+
Dynamic: description
|
|
24
|
+
Dynamic: description-content-type
|
|
25
|
+
Dynamic: home-page
|
|
26
|
+
Dynamic: keywords
|
|
27
|
+
Dynamic: license
|
|
28
|
+
Dynamic: license-file
|
|
29
|
+
Dynamic: project-url
|
|
30
|
+
Dynamic: summary
|
|
20
31
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
32
|
+
*****************************************************************************************************
|
|
33
|
+
cuQuantum Python: A High-Performance Library for Accelerating Quantum Computing Simulations in Python
|
|
34
|
+
*****************************************************************************************************
|
|
24
35
|
|
|
25
|
-
NVIDIA cuQuantum Python provides Python bindings and high-level object-oriented models for accessing the full
|
|
36
|
+
NVIDIA cuQuantum Python provides Python bindings and high-level object-oriented models for accessing the full
|
|
37
|
+
functionalities of `NVIDIA cuQuantum SDK <https://developer.nvidia.com/cuquantum-sdk>`_ from Python.
|
|
38
|
+
|
|
39
|
+
Documentation
|
|
40
|
+
=============
|
|
41
|
+
|
|
42
|
+
Please refer to https://docs.nvidia.com/cuda/cuquantum/latest/python/index.html for the cuQuantum Python documentation.
|
|
26
43
|
|
|
27
44
|
Installation
|
|
28
45
|
============
|
|
@@ -38,16 +55,15 @@ Installation
|
|
|
38
55
|
The meta package will attempt to infer and install the correct ``-cuXX`` wheel. However,
|
|
39
56
|
in situations where the auto-detection fails, this package currently points to ``cuquantum-python-cu11``
|
|
40
57
|
with a warning raised (if the verbosity flag ``-v`` is set, as shown above). This behavior
|
|
41
|
-
|
|
58
|
+
will change in the next release, moving from cu11 to cu12, and users are encouraged to install the new wheels that
|
|
42
59
|
come *with* the ``-cuXX`` suffix.
|
|
43
60
|
|
|
44
61
|
The argument ``--no-cache-dir`` is required for pip 23.1+. It forces pip to execute the
|
|
45
62
|
auto-detection logic.
|
|
46
63
|
|
|
64
|
+
Future support for CUDA 11 will be deprecated when support for CUDA 13 is added.
|
|
65
|
+
|
|
47
66
|
Citing cuQuantum
|
|
48
67
|
================
|
|
49
68
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
.. |DOI| image:: https://zenodo.org/badge/435003852.svg
|
|
53
|
-
:target: https://zenodo.org/badge/latestdoi/435003852
|
|
69
|
+
`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>`_
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
*****************************************************************************************************
|
|
2
|
+
cuQuantum Python: A High-Performance Library for Accelerating Quantum Computing Simulations in Python
|
|
3
|
+
*****************************************************************************************************
|
|
4
|
+
|
|
5
|
+
NVIDIA cuQuantum Python provides Python bindings and high-level object-oriented models for accessing the full
|
|
6
|
+
functionalities of `NVIDIA cuQuantum SDK <https://developer.nvidia.com/cuquantum-sdk>`_ from Python.
|
|
7
|
+
|
|
8
|
+
Documentation
|
|
9
|
+
=============
|
|
10
|
+
|
|
11
|
+
Please refer to https://docs.nvidia.com/cuda/cuquantum/latest/python/index.html for the cuQuantum Python documentation.
|
|
12
|
+
|
|
13
|
+
Installation
|
|
14
|
+
============
|
|
15
|
+
|
|
16
|
+
.. code-block:: bash
|
|
17
|
+
|
|
18
|
+
pip install -v --no-cache-dir cuquantum-python
|
|
19
|
+
|
|
20
|
+
.. note::
|
|
21
|
+
|
|
22
|
+
Starting cuQuantum 22.11, this package is a meta package pointing to ``cuquantum-python-cuXX``,
|
|
23
|
+
where XX is the CUDA major version (currently CUDA 11 & 12 are supported).
|
|
24
|
+
The meta package will attempt to infer and install the correct ``-cuXX`` wheel. However,
|
|
25
|
+
in situations where the auto-detection fails, this package currently points to ``cuquantum-python-cu11``
|
|
26
|
+
with a warning raised (if the verbosity flag ``-v`` is set, as shown above). This behavior
|
|
27
|
+
will change in the next release, moving from cu11 to cu12, and users are encouraged to install the new wheels that
|
|
28
|
+
come *with* the ``-cuXX`` suffix.
|
|
29
|
+
|
|
30
|
+
The argument ``--no-cache-dir`` is required for pip 23.1+. It forces pip to execute the
|
|
31
|
+
auto-detection logic.
|
|
32
|
+
|
|
33
|
+
Future support for CUDA 11 will be deprecated when support for CUDA 13 is added.
|
|
34
|
+
|
|
35
|
+
Citing cuQuantum
|
|
36
|
+
================
|
|
37
|
+
|
|
38
|
+
`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>`_
|
{cuquantum_python-24.11.0 → cuquantum_python-25.3.0.post0/cuquantum_python.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: cuquantum-python
|
|
3
|
-
Version:
|
|
3
|
+
Version: 25.3.0.post0
|
|
4
4
|
Summary: NVIDIA cuQuantum Python
|
|
5
5
|
Home-page: https://developer.nvidia.com/cuquantum-sdk
|
|
6
6
|
Author: NVIDIA Corporation
|
|
@@ -17,12 +17,29 @@ Classifier: Environment :: GPU :: NVIDIA CUDA :: 11
|
|
|
17
17
|
Classifier: Environment :: GPU :: NVIDIA CUDA :: 12
|
|
18
18
|
Description-Content-Type: text/x-rst
|
|
19
19
|
License-File: LICENSE
|
|
20
|
+
Dynamic: author
|
|
21
|
+
Dynamic: author-email
|
|
22
|
+
Dynamic: classifier
|
|
23
|
+
Dynamic: description
|
|
24
|
+
Dynamic: description-content-type
|
|
25
|
+
Dynamic: home-page
|
|
26
|
+
Dynamic: keywords
|
|
27
|
+
Dynamic: license
|
|
28
|
+
Dynamic: license-file
|
|
29
|
+
Dynamic: project-url
|
|
30
|
+
Dynamic: summary
|
|
20
31
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
32
|
+
*****************************************************************************************************
|
|
33
|
+
cuQuantum Python: A High-Performance Library for Accelerating Quantum Computing Simulations in Python
|
|
34
|
+
*****************************************************************************************************
|
|
24
35
|
|
|
25
|
-
NVIDIA cuQuantum Python provides Python bindings and high-level object-oriented models for accessing the full
|
|
36
|
+
NVIDIA cuQuantum Python provides Python bindings and high-level object-oriented models for accessing the full
|
|
37
|
+
functionalities of `NVIDIA cuQuantum SDK <https://developer.nvidia.com/cuquantum-sdk>`_ from Python.
|
|
38
|
+
|
|
39
|
+
Documentation
|
|
40
|
+
=============
|
|
41
|
+
|
|
42
|
+
Please refer to https://docs.nvidia.com/cuda/cuquantum/latest/python/index.html for the cuQuantum Python documentation.
|
|
26
43
|
|
|
27
44
|
Installation
|
|
28
45
|
============
|
|
@@ -38,16 +55,15 @@ Installation
|
|
|
38
55
|
The meta package will attempt to infer and install the correct ``-cuXX`` wheel. However,
|
|
39
56
|
in situations where the auto-detection fails, this package currently points to ``cuquantum-python-cu11``
|
|
40
57
|
with a warning raised (if the verbosity flag ``-v`` is set, as shown above). This behavior
|
|
41
|
-
|
|
58
|
+
will change in the next release, moving from cu11 to cu12, and users are encouraged to install the new wheels that
|
|
42
59
|
come *with* the ``-cuXX`` suffix.
|
|
43
60
|
|
|
44
61
|
The argument ``--no-cache-dir`` is required for pip 23.1+. It forces pip to execute the
|
|
45
62
|
auto-detection logic.
|
|
46
63
|
|
|
64
|
+
Future support for CUDA 11 will be deprecated when support for CUDA 13 is added.
|
|
65
|
+
|
|
47
66
|
Citing cuQuantum
|
|
48
67
|
================
|
|
49
68
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
.. |DOI| image:: https://zenodo.org/badge/435003852.svg
|
|
53
|
-
:target: https://zenodo.org/badge/latestdoi/435003852
|
|
69
|
+
`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>`_
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
***********************
|
|
2
|
-
NVIDIA cuQuantum Python
|
|
3
|
-
***********************
|
|
4
|
-
|
|
5
|
-
NVIDIA cuQuantum Python provides Python bindings and high-level object-oriented models for accessing the full functionalities of NVIDIA cuQuantum SDK from Python.
|
|
6
|
-
|
|
7
|
-
Installation
|
|
8
|
-
============
|
|
9
|
-
|
|
10
|
-
.. code-block:: bash
|
|
11
|
-
|
|
12
|
-
pip install -v --no-cache-dir cuquantum-python
|
|
13
|
-
|
|
14
|
-
.. note::
|
|
15
|
-
|
|
16
|
-
Starting cuQuantum 22.11, this package is a meta package pointing to ``cuquantum-python-cuXX``,
|
|
17
|
-
where XX is the CUDA major version (currently CUDA 11 & 12 are supported).
|
|
18
|
-
The meta package will attempt to infer and install the correct ``-cuXX`` wheel. However,
|
|
19
|
-
in situations where the auto-detection fails, this package currently points to ``cuquantum-python-cu11``
|
|
20
|
-
with a warning raised (if the verbosity flag ``-v`` is set, as shown above). This behavior
|
|
21
|
-
is subject to change in the future, and users are encouraged to install the new wheels that
|
|
22
|
-
come *with* the ``-cuXX`` suffix.
|
|
23
|
-
|
|
24
|
-
The argument ``--no-cache-dir`` is required for pip 23.1+. It forces pip to execute the
|
|
25
|
-
auto-detection logic.
|
|
26
|
-
|
|
27
|
-
Citing cuQuantum
|
|
28
|
-
================
|
|
29
|
-
|
|
30
|
-
Pleae click this Zenodo badge to see the citation format: |DOI|
|
|
31
|
-
|
|
32
|
-
.. |DOI| image:: https://zenodo.org/badge/435003852.svg
|
|
33
|
-
:target: https://zenodo.org/badge/latestdoi/435003852
|
|
File without changes
|
|
File without changes
|
{cuquantum_python-24.11.0 → cuquantum_python-25.3.0.post0}/cuquantum_python.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{cuquantum_python-24.11.0 → cuquantum_python-25.3.0.post0}/cuquantum_python.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{cuquantum_python-24.11.0 → cuquantum_python-25.3.0.post0}/cuquantum_python.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|