Closed MSallermann closed 6 years ago
Merging #446 into develop will increase coverage by
1.77%
. The diff coverage is89.68%
.
@@ Coverage Diff @@
## develop #446 +/- ##
==========================================
+ Coverage 49.42% 51.2% +1.77%
==========================================
Files 88 90 +2
Lines 9452 9773 +321
==========================================
+ Hits 4672 5004 +332
+ Misses 4780 4769 -11
An Implementation of a convolution algorithm to speed up the calculation of the dipole-dipole interactions. On the CPU it ships with kissFFT but provides the options to use FFTW in
core/CMakeLists.txt
. On the GPU it uses cuFFT. The interface to the different libraries is wrapped incore/include/engine/FFT.hpp
so that the calls in the rest of the code are (mostly) library-independant.TODO:
idx_from_tupel
calls in.../Hamiltonian_Heisenberg.cpp
CU_ptwise_Mult
kernel as it slows down the entire codemu_B
(see #444 )