File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ VPATH=./src_global\
1414:./module_cell\
1515:./module_base\
1616:./module_md\
17+ :./module_surchem\
1718:./module_deepks\
1819:./module_xc\
1920:./module_esolver\
@@ -68,6 +69,7 @@ FP_OBJS_0=$(OBJS_FIRST_PRINCIPLES)\
6869$(OBJS_PARALLEL ) \
6970$(OBJS_TOOLS ) \
7071$(OBJS_COMMON ) \
72+ $(OBJS_SURCHEM ) \
7173main.o\
7274
7375FP_OBJS =$(patsubst % .o, ${OBJ_DIR}/% .o, ${FP_OBJS_0})
Original file line number Diff line number Diff line change @@ -367,6 +367,15 @@ pzt2s.o\
367367pdtrsm.o\
368368pzhtrsm.o\
369369
370+ OBJS_SURCHEM=cal_epsilon.o\
371+ cal_pseudo.o\
372+ cal_totn.o\
373+ cal_vcav.o\
374+ cal_vel.o\
375+ corrected_energy.o\
376+ H_correction_pw.o\
377+ minimize_cg.o\
378+
370379PDIAG_MR_0=dcopy.o\
371380dlae2.o\
372381dlaebz.o\
You can’t perform that action at this time.
0 commit comments