Change default precision to float and use float4 for force and potential calculations

This commit is contained in:
Alex Selimov 2025-09-12 21:44:41 -04:00
parent dd83fc6330
commit 130b613a7c
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
9 changed files with 151 additions and 362 deletions

View file

@ -10,5 +10,4 @@ if(NOT EXISTS ${GOOGLETEST_DIR})
endif()
add_subdirectory(lib/googletest)
add_subdirectory(unit_tests)
add_subdirectory(cuda_unit_tests)