add template files for testing dipolar pair styles and kspace styles

This commit is contained in:
Axel Kohlmeyer
2021-08-21 19:18:21 -04:00
parent 3083e6f4cb
commit 09b0809d75
4 changed files with 283 additions and 30 deletions

View File

@ -53,7 +53,7 @@ if(FFT_SINGLE)
target_compile_definitions(test_pair_style PRIVATE -DFFT_SINGLE)
endif()
# tests for a molecular systems and related pair styles
# tests for molecular systems and related pair styles
file(GLOB MOL_PAIR_TESTS LIST_DIRECTORIES false ${TEST_INPUT_FOLDER}/mol-pair-*.yaml)
# cannot test MSM with single precision data
if(FFT_SINGLE)