cuRDF 0.5.2__tar.gz → 0.5.4__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.
- {curdf-0.5.2 → curdf-0.5.4}/PKG-INFO +5 -3
- {curdf-0.5.2 → curdf-0.5.4}/README.md +3 -1
- {curdf-0.5.2 → curdf-0.5.4}/cuRDF.egg-info/PKG-INFO +5 -3
- {curdf-0.5.2 → curdf-0.5.4}/pyproject.toml +2 -2
- {curdf-0.5.2 → curdf-0.5.4}/LICENSE +0 -0
- {curdf-0.5.2 → curdf-0.5.4}/cuRDF.egg-info/SOURCES.txt +0 -0
- {curdf-0.5.2 → curdf-0.5.4}/cuRDF.egg-info/dependency_links.txt +0 -0
- {curdf-0.5.2 → curdf-0.5.4}/cuRDF.egg-info/requires.txt +0 -0
- {curdf-0.5.2 → curdf-0.5.4}/cuRDF.egg-info/top_level.txt +0 -0
- {curdf-0.5.2 → curdf-0.5.4}/curdf/__init__.py +0 -0
- {curdf-0.5.2 → curdf-0.5.4}/curdf/adapters.py +0 -0
- {curdf-0.5.2 → curdf-0.5.4}/curdf/cell.py +0 -0
- {curdf-0.5.2 → curdf-0.5.4}/curdf/neighbor.py +0 -0
- {curdf-0.5.2 → curdf-0.5.4}/curdf/plotting.py +0 -0
- {curdf-0.5.2 → curdf-0.5.4}/curdf/rdf.py +0 -0
- {curdf-0.5.2 → curdf-0.5.4}/setup.cfg +0 -0
- {curdf-0.5.2 → curdf-0.5.4}/tests/test_rdf_core.py +0 -0
- {curdf-0.5.2 → curdf-0.5.4}/tests/test_rdf_cuda.py +0 -0
- {curdf-0.5.2 → curdf-0.5.4}/tests/test_rdf_sources.py +0 -0
- {curdf-0.5.2 → curdf-0.5.4}/tests/test_water_rdfs.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cuRDF
|
|
3
|
-
Version: 0.5.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.5.4
|
|
4
|
+
Summary: CUDA-accelerated radial distribution functions with NVIDIA ALCHEMI Toolkit-Ops neighbor lists and PyTorch.
|
|
5
5
|
Author: Joseph Hart
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/joehart2001/cuRDF
|
|
@@ -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
|

|
|
@@ -143,7 +145,7 @@ If you use cuRDF in your work, please cite:
|
|
|
143
145
|
```
|
|
144
146
|
@software{cuRDF,
|
|
145
147
|
author = {Hart, Joseph},
|
|
146
|
-
title = {cuRDF:
|
|
148
|
+
title = {cuRDF: CUDA-accelerated radial distribution functions using NVIDIA ALCHEMI Toolkit-Ops O(N) neighbor lists and PyTorch.},
|
|
147
149
|
month = dec,
|
|
148
150
|
year = 2025,
|
|
149
151
|
publisher = {Zenodo},
|
|
@@ -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
|

|
|
@@ -96,7 +98,7 @@ If you use cuRDF in your work, please cite:
|
|
|
96
98
|
```
|
|
97
99
|
@software{cuRDF,
|
|
98
100
|
author = {Hart, Joseph},
|
|
99
|
-
title = {cuRDF:
|
|
101
|
+
title = {cuRDF: CUDA-accelerated radial distribution functions using NVIDIA ALCHEMI Toolkit-Ops O(N) neighbor lists and PyTorch.},
|
|
100
102
|
month = dec,
|
|
101
103
|
year = 2025,
|
|
102
104
|
publisher = {Zenodo},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cuRDF
|
|
3
|
-
Version: 0.5.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.5.4
|
|
4
|
+
Summary: CUDA-accelerated radial distribution functions with NVIDIA ALCHEMI Toolkit-Ops neighbor lists and PyTorch.
|
|
5
5
|
Author: Joseph Hart
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/joehart2001/cuRDF
|
|
@@ -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
|

|
|
@@ -143,7 +145,7 @@ If you use cuRDF in your work, please cite:
|
|
|
143
145
|
```
|
|
144
146
|
@software{cuRDF,
|
|
145
147
|
author = {Hart, Joseph},
|
|
146
|
-
title = {cuRDF:
|
|
148
|
+
title = {cuRDF: CUDA-accelerated radial distribution functions using NVIDIA ALCHEMI Toolkit-Ops O(N) neighbor lists and PyTorch.},
|
|
147
149
|
month = dec,
|
|
148
150
|
year = 2025,
|
|
149
151
|
publisher = {Zenodo},
|
|
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "cuRDF"
|
|
7
|
-
version = "0.5.
|
|
8
|
-
description = "
|
|
7
|
+
version = "0.5.4"
|
|
8
|
+
description = "CUDA-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" }
|
|
11
11
|
requires-python = ">=3.10"
|
|
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
|
|
File without changes
|
|
File without changes
|