File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
module_hamilt_lcao/module_deepks/test Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,6 @@ OBJS_CELL=atom_pseudo.o\
182182 read_pp_vwr.o\
183183 unitcell.o\
184184 read_atoms.o\
185- read_cell_pseudopots.o\
186185 setup_nonlocal.o\
187186 klist.o\
188187 cell_index.o\
@@ -229,6 +228,7 @@ OBJS_ELECSTAT=elecstate.o\
229228 H_TDDFT_pw.o\
230229 pot_xc.o\
231230 cal_ux.o\
231+ read_pseudo.o\
232232
233233OBJS_ELECSTAT_LCAO=elecstate_lcao.o\
234234 elecstate_lcao_cal_tau.o\
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ VPATH=../../module_base\
5151:../../module_basis/module_ao\
5252:../../module_neighbor\
5353:../../module_cell\
54+ :../../module_elecstate\
5455:../../\
5556:../\
5657:./\
@@ -70,6 +71,7 @@ $(OBJS_CELL)\
7071$(OBJS_ORB ) \
7172$(OBJS_NEIGHBOR ) \
7273$(OBJS_PW ) \
74+ $(OBJS_ELECSTATE ) \
7375
7476FP_OBJS =$(patsubst % .o, ${OBJ_DIR}/% .o, ${FP_OBJS_0})
7577
Original file line number Diff line number Diff line change @@ -73,3 +73,5 @@ sltk_atom.o\
7373sltk_atom_input.o\
7474sltk_grid.o\
7575sltk_grid_driver.o
76+
77+ OBJS_ELECSTATE=read_pseudo.o\
You can’t perform that action at this time.
0 commit comments