To build:
mkdir build
cd build
cmake ..
make -jPlease note that right now building requires CUDA as the CPU only implementations are still in the works. All binaries will then be in the build folder.
This library contains all the simulation functions.
Each function takes in a function pointer that recieves the particular positions of all the particles.
Look at inc/lib/sim.h and find the ouput struct for more information.
This library will contain visualization functions.