Add untested neighborlisting code
Some checks failed
Build and Test / build-and-test (push) Failing after 5m3s

This commit is contained in:
Alex Selimov 2025-09-13 23:11:53 -04:00
parent c4757df1be
commit 68992c77f5
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
3 changed files with 328 additions and 0 deletions

View file

@ -4,9 +4,11 @@ set(HEADER_FILES
potentials/pair_potentials.cuh
forces.cuh
kernel_config.cuh
neighbor_list.cuh
)
set(SOURCE_FILES
kernel_config.cu
neighbor_list.cu
)
# The library contains header and source files.