Skip to content

Commit 664f996

Browse files
Refactor:Remove the dependency of the Psi in the FFT module (#5564)
* delete fft.cpp * update the psi.h * update the header file * add clear func * change the fft makefile * delete fft.h * update the Makefile.Obj * [pre-commit.ci lite] apply automatic fixes * revert check_func * update the header file * change fft_cpu.h --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent 5d8dce5 commit 664f996

File tree

26 files changed

+57
-1137
lines changed

26 files changed

+57
-1137
lines changed

source/Makefile.Objects

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,7 @@ OBJS_PSI_INITIALIZER=psi_initializer.o\
402402
psi_initializer_nao.o\
403403
psi_initializer_nao_random.o\
404404

405-
OBJS_PW=fft.o\
406-
fft_bundle.o\
407-
fft_base.o\
405+
OBJS_PW=fft_bundle.o\
408406
fft_cpu.o\
409407
pw_basis.o\
410408
pw_basis_k.o\

source/module_basis/module_pw/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ if (USE_ROCM)
1515
endif()
1616

1717
list(APPEND objects
18-
fft.cpp
1918
pw_basis.cpp
2019
pw_basis_k.cpp
2120
pw_basis_sup.cpp
@@ -26,7 +25,6 @@ list(APPEND objects
2625
pw_init.cpp
2726
pw_transform.cpp
2827
pw_transform_k.cpp
29-
module_fft/fft_base.cpp
3028
module_fft/fft_bundle.cpp
3129
module_fft/fft_cpu.cpp
3230
${FFT_SRC}

0 commit comments

Comments
 (0)