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:
parent
f15eb0cf51
commit
5155ec21aa
11 changed files with 114 additions and 154 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
|||
build/
|
||||
Debug/
|
||||
Testing/
|
||||
compile_commands.json
|
||||
|
||||
# Google Tests
|
||||
tests/lib/
|
||||
|
@ -12,3 +13,4 @@ cmake-build-debug/
|
|||
|
||||
# Cache dir
|
||||
.cache
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue