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
This commit is contained in:
Alex Selimov 2025-04-17 16:07:26 -04:00
parent f15eb0cf51
commit 5155ec21aa
11 changed files with 114 additions and 154 deletions

2
.gitignore vendored
View file

@ -2,6 +2,7 @@
build/
Debug/
Testing/
compile_commands.json
# Google Tests
tests/lib/
@ -12,3 +13,4 @@ cmake-build-debug/
# Cache dir
.cache