Skip to content

Commit 6b0054e

Browse files
authored
Merge branch 'develop' into move-file
2 parents 880c8f9 + 664f996 commit 6b0054e

File tree

84 files changed

+328
-1325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+328
-1325
lines changed

source/Makefile.Objects

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ OBJS_ELECSTAT=elecstate.o\
226226
H_Hartree_pw.o\
227227
H_TDDFT_pw.o\
228228
pot_xc.o\
229+
cal_ux.o\
229230

230231
OBJS_ELECSTAT_LCAO=elecstate_lcao.o\
231232
elecstate_lcao_cal_tau.o\
@@ -401,9 +402,7 @@ OBJS_PSI_INITIALIZER=psi_initializer.o\
401402
psi_initializer_nao.o\
402403
psi_initializer_nao_random.o\
403404

404-
OBJS_PW=fft.o\
405-
fft_bundle.o\
406-
fft_base.o\
405+
OBJS_PW=fft_bundle.o\
407406
fft_cpu.o\
408407
pw_basis.o\
409408
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)