Move pair potentials and change to traditional Functor

This commit is contained in:
Alex Selimov 2025-09-10 22:03:11 -04:00
parent a638c4f388
commit 2d948a7e76
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
5 changed files with 122 additions and 94 deletions

View file

@ -1,4 +1,4 @@
#include "pair_potentials.cuh"
#include "potentials/pair_potentials.cuh"
#include "precision.hpp"
#include "gtest/gtest.h"
#include <cmath>