Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor:Remove the dependency of the Psi in the FFT module #5564

Merged
merged 14 commits into from
Nov 26, 2024
4 changes: 1 addition & 3 deletions source/Makefile.Objects
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,7 @@ OBJS_PSI_INITIALIZER=psi_initializer.o\
psi_initializer_nao.o\
psi_initializer_nao_random.o\

OBJS_PW=fft.o\
fft_bundle.o\
fft_base.o\
OBJS_PW=fft_bundle.o\
fft_cpu.o\
pw_basis.o\
pw_basis_k.o\
Expand Down
2 changes: 0 additions & 2 deletions source/module_basis/module_pw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ if (USE_ROCM)
endif()

list(APPEND objects
fft.cpp
pw_basis.cpp
pw_basis_k.cpp
pw_basis_sup.cpp
Expand All @@ -26,7 +25,6 @@ list(APPEND objects
pw_init.cpp
pw_transform.cpp
pw_transform_k.cpp
module_fft/fft_base.cpp
module_fft/fft_bundle.cpp
module_fft/fft_cpu.cpp
${FFT_SRC}
Expand Down
Loading
Loading