cuRDF 0.5.2__tar.gz → 0.5.3__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
1
  Metadata-Version: 2.4
2
2
  Name: cuRDF
3
- Version: 0.5.2
3
+ Version: 0.5.3
4
4
  Summary: GPU-accelerated radial distribution functions with NVIDIA ALCHEMI Toolkit-Ops neighbor lists and PyTorch.
5
5
  Author: Joseph Hart
6
6
  License-Expression: MIT
@@ -54,6 +54,8 @@ Dynamic: license-file
54
54
 
55
55
  CUDA-accelerated radial distribution functions using [NVIDIA ALCHEMI Toolkit-Ops](https://github.com/NVIDIA/nvalchemi-toolkit-ops) O(N) neighbor lists and PyTorch. Compatible with ASE Atoms or MDAnalysis Universe objects.
56
56
 
57
+ > **GPU required:** An NVIDIA GPU with CUDA is needed. For CUDA version selection, PyTorch wheel setup (CUDA 12 vs 13) and more information, see the [Toolkit-Ops installation guide](https://github.com/NVIDIA/nvalchemi-toolkit-ops).
58
+
57
59
  ## Benchmarking
58
60
 
59
61
  ![cuRDF benchmark](benchmarks/results/results.png)
@@ -7,6 +7,8 @@
7
7
 
8
8
  CUDA-accelerated radial distribution functions using [NVIDIA ALCHEMI Toolkit-Ops](https://github.com/NVIDIA/nvalchemi-toolkit-ops) O(N) neighbor lists and PyTorch. Compatible with ASE Atoms or MDAnalysis Universe objects.
9
9
 
10
+ > **GPU required:** An NVIDIA GPU with CUDA is needed. For CUDA version selection, PyTorch wheel setup (CUDA 12 vs 13) and more information, see the [Toolkit-Ops installation guide](https://github.com/NVIDIA/nvalchemi-toolkit-ops).
11
+
10
12
  ## Benchmarking
11
13
 
12
14
  ![cuRDF benchmark](benchmarks/results/results.png)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cuRDF
3
- Version: 0.5.2
3
+ Version: 0.5.3
4
4
  Summary: GPU-accelerated radial distribution functions with NVIDIA ALCHEMI Toolkit-Ops neighbor lists and PyTorch.
5
5
  Author: Joseph Hart
6
6
  License-Expression: MIT
@@ -54,6 +54,8 @@ Dynamic: license-file
54
54
 
55
55
  CUDA-accelerated radial distribution functions using [NVIDIA ALCHEMI Toolkit-Ops](https://github.com/NVIDIA/nvalchemi-toolkit-ops) O(N) neighbor lists and PyTorch. Compatible with ASE Atoms or MDAnalysis Universe objects.
56
56
 
57
+ > **GPU required:** An NVIDIA GPU with CUDA is needed. For CUDA version selection, PyTorch wheel setup (CUDA 12 vs 13) and more information, see the [Toolkit-Ops installation guide](https://github.com/NVIDIA/nvalchemi-toolkit-ops).
58
+
57
59
  ## Benchmarking
58
60
 
59
61
  ![cuRDF benchmark](benchmarks/results/results.png)
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "cuRDF"
7
- version = "0.5.2"
7
+ version = "0.5.3"
8
8
  description = "GPU-accelerated radial distribution functions with NVIDIA ALCHEMI Toolkit-Ops neighbor lists and PyTorch."
9
9
  authors = [{ name = "Joseph Hart" }]
10
10
  readme = { file = "README.md", "content-type" = "text/markdown" }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes