issues
search
deepmodeling
/
abacus-develop
An electronic structure package based on either plane wave basis or numerical atomic orbitals.
http://abacus.ustc.edu.cn
GNU Lesser General Public License v3.0
174
stars
136
forks
source link
Refactor:Remove the dependency of the psi in fft
#5564
Open
A-006
opened
1 day ago
A-006
commented
1 day ago
Unit Tests and/or Case Tests for my changes
In the module_pw/test,there is a Makefile which test the module_fft.Modify the file to test the memory safety and correctness of the fft.
What's changed?
Remove the dependency of the psi.h,move the check func of the cufft into the module_fft.
Unit Tests and/or Case Tests for my changes
What's changed?