Commit graph

7 commits

Author SHA1 Message Date
8ba5714648
Add a kernel_config to calculate blocks and threads for launching kernels
Some checks failed
Build and Test / build-and-test (push) Failing after 5m3s
2025-09-12 22:47:21 -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
dc74e4e5c0
Add force calculation kernel and fix incorrect ctest configuration for Cuda tests 2025-08-27 22:07:47 -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