ca852c8a51
Add particle assignment to cells
2025-09-25 23:53:23 -04:00
cd4a00ebed
Refactor type arguments to compute cell_index
2025-09-25 20:06:29 -04:00
d957a90573
Cleanup code slightly and implement tests for CellList
Build and Test / build-and-test (push) Failing after 5m4s
2025-09-19 23:46:21 -04:00
f3e701236e
Rework AI neighborlist slop from scratch
2025-09-19 23:19:09 -04:00
8dec472929
Update params for KernelConfig and add basic tests for getThreadId
Build and Test / build-and-test (push) Waiting to run
2025-09-18 23:47:40 -04:00
68992c77f5
Add untested neighborlisting code
Build and Test / build-and-test (push) Failing after 5m3s
2025-09-13 23:11:53 -04:00
c4757df1be
Add newton's third law
Build and Test / build-and-test (push) Failing after 5m3s
2025-09-13 20:29:05 -04:00
8ba5714648
Add a kernel_config to calculate blocks and threads for launching kernels
Build and Test / build-and-test (push) Failing after 5m3s
2025-09-12 22:47:21 -04:00
130b613a7c
Change default precision to float and use float4 for force and potential calculations
2025-09-12 21:44:41 -04:00
fe6d88306f
Fix force tests
2025-09-12 06:16:37 -04:00
ac44ceaab1
Rewrite the force calculations to fix memory issues
2025-09-10 22:47:54 -04:00
2d948a7e76
Move pair potentials and change to traditional Functor
2025-09-10 22:03:11 -04:00
a638c4f388
Fix missing summation for energy
2025-09-10 06:10:36 -04:00
7f04ae793a
Add missing CUDA_CALLABLE annotation
2025-09-04 21:00:13 -04:00
dc74e4e5c0
Add force calculation kernel and fix incorrect ctest configuration for Cuda tests
2025-08-27 22:07:47 -04:00
4269333aa2
Fix bug with CUDA impl and add CUDA tests
2025-04-17 16:21:59 -04:00
5155ec21aa
Add basic LJ potential*
...
- Add PairPotential Abstract class
- Add Lennard-Jones potential that should work with both CUDA and C++
code
- Add tests on HOST side for LJ potential
2025-04-17 16:07:26 -04:00
f15eb0cf51
Update CMakeFiles, add initial pair potential implementation and tests
2025-04-16 23:06:50 -04:00
68f8b02f0a
Update to add Cuda to build system
2025-04-15 14:10:01 -04:00