Skip to content

Commit 6b0a77c

Browse files
Merge remote-tracking branch 'origin/exx_pw' into exx_pw
2 parents 1d2a260 + 6728fd2 commit 6b0a77c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/Makefile.Objects

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ VPATH=./src_global:\
5050
./module_hamilt_pw/hamilt_stodft:\
5151
./module_hamilt_pw/hamilt_pwdft/operator_pw:\
5252
./module_hamilt_pw/hamilt_pwdft/kernels:\
53+
./module_hamilt_pw/hamilt_pwdft/module_exx_helper:\
5354
./module_hamilt_pw/hamilt_stodft/kernels:\
5455
./module_hamilt_lcao/module_hcontainer:\
5556
./module_hamilt_lcao/hamilt_lcaodft:\
@@ -295,6 +296,7 @@ OBJS_HAMILT=hamilt_pw.o\
295296
hamilt_sdft_pw.o\
296297
operator.o\
297298
operator_pw.o\
299+
op_exx_pw.o\
298300
ekinetic_pw.o\
299301
ekinetic_op.o\
300302
hpsi_norm_op.o\
@@ -306,6 +308,7 @@ OBJS_HAMILT=hamilt_pw.o\
306308
meta_op.o\
307309
velocity_pw.o\
308310
radial_proj.o\
311+
exx_helper.o\
309312

310313
OBJS_HAMILT_OF=kedf_tf.o\
311314
kedf_vw.o\
@@ -671,6 +674,7 @@ OBJS_SRCPW=H_Ewald_pw.o\
671674
sto_stress_pw.o\
672675
stress_func_cc.o\
673676
stress_func_ewa.o\
677+
stress_func_exx.o\
674678
stress_func_gga.o\
675679
stress_func_mgga.o\
676680
stress_func_har.o\

0 commit comments

Comments
 (0)