Skip to content

Commit

Permalink
flatting the directory
Browse files Browse the repository at this point in the history
  • Loading branch information
maki49 committed Oct 11, 2024
1 parent a3c52cf commit 7cc0cd5
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion source/Makefile.Objects
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ VPATH=./src_global:\
./module_hamilt_lcao/module_dftu:\
./module_hamilt_lcao/module_deltaspin:\
./module_hamilt_lcao/hamilt_lcaodft/operator_lcao:\
./module_hamilt_lcao/hamilt_lcaodft/pulay_force_stress:\
./module_hamilt_lcao/module_gint:\
./module_relax:\
./module_relax/relax_old:\
Expand Down
2 changes: 1 addition & 1 deletion source/module_hamilt_lcao/hamilt_lcaodft/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if(ENABLE_LCAO)
operator_lcao/td_nonlocal_lcao.cpp
operator_lcao/sc_lambda_lcao.cpp
operator_lcao/dftu_lcao.cpp
pulay_force_stress/pulay_force_stress_center2.cpp
pulay_force_stress_center2.cpp
FORCE_STRESS.cpp
FORCE_gamma.cpp
FORCE_k.cpp
Expand Down
2 changes: 1 addition & 1 deletion source/module_hamilt_lcao/hamilt_lcaodft/FORCE_gamma.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "module_elecstate/elecstate_lcao.h"
#include "module_hamilt_lcao/hamilt_lcaodft/LCAO_domain.h"
#include "module_io/write_HS.h"
#include "module_hamilt_lcao/hamilt_lcaodft/pulay_force_stress/pulay_force_stress.h"
#include "module_hamilt_lcao/hamilt_lcaodft/pulay_force_stress.h"

template <>
void Force_LCAO<double>::allocate(const Parallel_Orbitals& pv,
Expand Down
2 changes: 1 addition & 1 deletion source/module_hamilt_lcao/hamilt_lcaodft/FORCE_k.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "module_hamilt_lcao/hamilt_lcaodft/LCAO_domain.h"
#include "module_hamilt_pw/hamilt_pwdft/global.h"
#include "module_io/write_HS.h"
#include "module_hamilt_lcao/hamilt_lcaodft/pulay_force_stress/pulay_force_stress.h"
#include "module_hamilt_lcao/hamilt_lcaodft/pulay_force_stress.h"

#include <map>
#include <unordered_map>
Expand Down

0 comments on commit 7cc0cd5

Please sign in to comment.