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
|
@ -1,4 +1,4 @@
|
|||
#include "pair_potentials.hpp"
|
||||
#include "pair_potentials.cuh"
|
||||
#include "precision.hpp"
|
||||
#include "gtest/gtest.h"
|
||||
#include <cmath>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue