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