- 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
17 lines
142 B
Plaintext
17 lines
142 B
Plaintext
# Builds
|
|
build/
|
|
Debug/
|
|
Testing/
|
|
compile_commands.json
|
|
|
|
# Google Tests
|
|
tests/lib/
|
|
|
|
# Jet Brains
|
|
.idea/
|
|
cmake-build-debug/
|
|
|
|
# Cache dir
|
|
.cache
|
|
|