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.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.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
- For detailed guide, please refer to `cuQuantum Python documentation <https://docs.nvidia.com/cuda/cuquantum/latest/python/index.html>`_.
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
- For detailed guide, please refer to `cuQuantum Python documentation <https://docs.nvidia.com/cuda/cuquantum/latest/python/index.html>`_.
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.\n" +
213
- "ERROR: If CUDA Toolkit is not installed, please install it first.\n" +
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"
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.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
- For detailed guide, please refer to `cuQuantum Python documentation <https://docs.nvidia.com/cuda/cuquantum/latest/python/index.html>`_.
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
  ============
@@ -17,7 +17,7 @@ from cuda_autodetect import infer_best_package, bdist_wheel
17
17
 
18
18
  # Update this for every release
19
19
  # Must pin to the cuquantum-python-cuXX version
20
- package_ver = "25.03.0"
20
+ package_ver = "25.03.0.post0"
21
21
  package_name = "cuquantum-python"
22
22
 
23
23