File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
module_hamilt_lcao/module_deepks/test Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ OBJS_CELL=atom_pseudo.o\
185185 read_pp_vwr.o\
186186 unitcell.o\
187187 read_atoms.o\
188- print_tau .o\
188+ print_cell .o\
189189 setup_nonlocal.o\
190190 klist.o\
191191 cell_index.o\
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ add_executable(
99 ../../../module_cell/atom_pseudo.cpp
1010 ../../../module_cell/read_atoms.cpp
1111 ../../../module_cell/read_stru.cpp
12+ ../../../module_cell/print_cell.cpp
1213 ../../../module_cell/read_atom_species.cpp
1314 ../../../module_cell/setup_nonlocal.cpp
1415 ../../../module_cell/pseudo.cpp
@@ -21,6 +22,7 @@ add_executable(
2122 ../../../module_hamilt_pw/hamilt_pwdft/soc.cpp
2223 ../../../module_io/output .cpp
2324 ../../../module_elecstate/read_pseudo.cpp
25+ ../../../module_elecstate/read_orb.cpp
2426 ../../../module_elecstate/cal_nelec_nband.cpp
2527 ../../../module_elecstate/module_dm/density_matrix.cpp
2628 ../../../module_elecstate/module_dm/density_matrix_io.cpp
You can’t perform that action at this time.
0 commit comments