Skip to content

Commit

Permalink
separate out functions from esolver_pw
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanchen committed Jul 28, 2024
1 parent c07be2d commit 0daa289
Show file tree
Hide file tree
Showing 8 changed files with 705 additions and 396 deletions.
5 changes: 5 additions & 0 deletions source/Makefile.Objects
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,11 @@ OBJS_ESOLVER=esolver.o\
esolver_of_tool.o\
esolver_of_interface.o\
print_funcs.o\
pw_fun.o\
pw_init_after_vc.o\
pw_init_globalc.o\
pw_nscf.o\
pw_others.o\

OBJS_ESOLVER_LCAO=esolver_ks_lcao.o\
esolver_ks_lcao_tddft.o\
Expand Down
5 changes: 5 additions & 0 deletions source/module_esolver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ list(APPEND objects
esolver_of_interface.cpp
esolver_of_tool.cpp
print_funcs.cpp
pw_fun.cpp
pw_init_after_vc.cpp
pw_init_globalc.cpp
pw_nscf.cpp
pw_others.cpp
)
if(ENABLE_LCAO)
list(APPEND objects
Expand Down
Loading

0 comments on commit 0daa289

Please sign in to comment.