Add untested neighborlisting code
Some checks failed
Build and Test / build-and-test (push) Failing after 5m3s
Some checks failed
Build and Test / build-and-test (push) Failing after 5m3s
This commit is contained in:
parent
c4757df1be
commit
68992c77f5
3 changed files with 328 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue