cuquantum-python 25.3.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-25.3.0/cuquantum_python.egg-info → cuquantum_python-25.3.0.post0}/PKG-INFO +4 -3
- {cuquantum_python-25.3.0 → cuquantum_python-25.3.0.post0}/README.rst +1 -1
- {cuquantum_python-25.3.0 → cuquantum_python-25.3.0.post0}/cuda_autodetect.py +2 -3
- {cuquantum_python-25.3.0 → cuquantum_python-25.3.0.post0/cuquantum_python.egg-info}/PKG-INFO +4 -3
- {cuquantum_python-25.3.0 → cuquantum_python-25.3.0.post0}/setup.py +1 -1
- {cuquantum_python-25.3.0 → cuquantum_python-25.3.0.post0}/LICENSE +0 -0
- {cuquantum_python-25.3.0 → cuquantum_python-25.3.0.post0}/cuquantum_python.egg-info/SOURCES.txt +0 -0
- {cuquantum_python-25.3.0 → cuquantum_python-25.3.0.post0}/cuquantum_python.egg-info/dependency_links.txt +0 -0
- {cuquantum_python-25.3.0 → cuquantum_python-25.3.0.post0}/cuquantum_python.egg-info/not-zip-safe +0 -0
- {cuquantum_python-25.3.0 → cuquantum_python-25.3.0.post0}/cuquantum_python.egg-info/top_level.txt +0 -0
- {cuquantum_python-25.3.0 → cuquantum_python-25.3.0.post0}/setup.cfg +0 -0
{cuquantum_python-25.3.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: 25.3.0
|
|
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
|
|
@@ -25,6 +25,7 @@ Dynamic: description-content-type
|
|
|
25
25
|
Dynamic: home-page
|
|
26
26
|
Dynamic: keywords
|
|
27
27
|
Dynamic: license
|
|
28
|
+
Dynamic: license-file
|
|
28
29
|
Dynamic: project-url
|
|
29
30
|
Dynamic: summary
|
|
30
31
|
|
|
@@ -38,7 +39,7 @@ functionalities of `NVIDIA cuQuantum SDK <https://developer.nvidia.com/cuquantum
|
|
|
38
39
|
Documentation
|
|
39
40
|
=============
|
|
40
41
|
|
|
41
|
-
|
|
42
|
+
Please refer to https://docs.nvidia.com/cuda/cuquantum/latest/python/index.html for the cuQuantum Python documentation.
|
|
42
43
|
|
|
43
44
|
Installation
|
|
44
45
|
============
|
|
@@ -8,7 +8,7 @@ functionalities of `NVIDIA cuQuantum SDK <https://developer.nvidia.com/cuquantum
|
|
|
8
8
|
Documentation
|
|
9
9
|
=============
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
Please refer to https://docs.nvidia.com/cuda/cuquantum/latest/python/index.html for the cuQuantum Python documentation.
|
|
12
12
|
|
|
13
13
|
Installation
|
|
14
14
|
============
|
|
@@ -209,9 +209,8 @@ def infer_best_package(package_name: str,
|
|
|
209
209
|
message = (
|
|
210
210
|
"See below for the error message and instruction.\n\n\n" +
|
|
211
211
|
"************************************************************************\n" +
|
|
212
|
-
"ERROR: Unable to detect NVIDIA CUDA Toolkit installation
|
|
213
|
-
"ERROR:
|
|
214
|
-
"ERROR: If CUDA Toolkit is installed but not detected, please explicitly specify the version and run\n" +
|
|
212
|
+
"ERROR: Unable to detect NVIDIA CUDA Toolkit installation\n" +
|
|
213
|
+
f"ERROR: Explicitly specify CUDA version by: `pip install {PACKAGE_NAME}` run\n" +
|
|
215
214
|
f"ERROR: `pip install {PACKAGE_NAME}-cuXX`, with XX being the major\n" +
|
|
216
215
|
"ERROR: version of your CUDA Toolkit installation.\n" +
|
|
217
216
|
"************************************************************************\n\n"
|
{cuquantum_python-25.3.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: 25.3.0
|
|
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
|
|
@@ -25,6 +25,7 @@ Dynamic: description-content-type
|
|
|
25
25
|
Dynamic: home-page
|
|
26
26
|
Dynamic: keywords
|
|
27
27
|
Dynamic: license
|
|
28
|
+
Dynamic: license-file
|
|
28
29
|
Dynamic: project-url
|
|
29
30
|
Dynamic: summary
|
|
30
31
|
|
|
@@ -38,7 +39,7 @@ functionalities of `NVIDIA cuQuantum SDK <https://developer.nvidia.com/cuquantum
|
|
|
38
39
|
Documentation
|
|
39
40
|
=============
|
|
40
41
|
|
|
41
|
-
|
|
42
|
+
Please refer to https://docs.nvidia.com/cuda/cuquantum/latest/python/index.html for the cuQuantum Python documentation.
|
|
42
43
|
|
|
43
44
|
Installation
|
|
44
45
|
============
|
|
File without changes
|
{cuquantum_python-25.3.0 → cuquantum_python-25.3.0.post0}/cuquantum_python.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{cuquantum_python-25.3.0 → cuquantum_python-25.3.0.post0}/cuquantum_python.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{cuquantum_python-25.3.0 → cuquantum_python-25.3.0.post0}/cuquantum_python.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|