Skip to content

Commit 49b3ff5

Browse files
committed
Modify source_lcao folder structure
1 parent b2f8c31 commit 49b3ff5

File tree

107 files changed

+177
-175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+177
-175
lines changed

source/Makefile.Objects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ VPATH=./src_global:\
5454
./source_pw/module_pwdft/module_exx_helper:\
5555
./source_pw/module_stodft/kernels:\
5656
./source_lcao/module_hcontainer:\
57-
./source_lcao/hamilt_lcaodft:\
57+
./source_lcao:\
5858
./source_lcao/module_rt:\
5959
./source_lcao/module_deepks:\
6060
./source_lcao/module_dftu:\

source/module_lr/esolver_lrtd_lcao.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "module_lr/hsolver_lrtd.hpp"
88
#include "module_lr/lr_spectrum.h"
99
#include <memory>
10-
#include "source_lcao/hamilt_lcaodft/hamilt_lcao.h"
10+
#include "source_lcao/hamilt_lcao.h"
1111
#include "source_io/read_wfc_nao.h"
1212
#include "source_io/cube_io.h"
1313
#include "source_io/print_info.h"

source/module_lr/operator_casida/operator_lr_hxc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "module_lr/utils/lr_util.h"
77
#include "module_lr/utils/lr_util_hcontainer.h"
88
#include "module_lr/utils/lr_util_print.h"
9-
// #include "source_lcao/hamilt_lcaodft/DM_gamma_2d_to_grid.h"
9+
// #include "source_lcao/DM_gamma_2d_to_grid.h"
1010
#include "source_lcao/module_hcontainer/hcontainer_funcs.h"
1111
#include "module_lr/ao_to_mo_transformer/ao_to_mo.h"
1212
#include "source_pw/module_pwdft/global.h"

source/source_basis/module_ao/test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ list(APPEND depend_files
3737
../ORB_nonlocal_lm.cpp
3838
../ORB_gaunt_table.cpp
3939
../parallel_orbitals.cpp
40-
../../../source_lcao/hamilt_lcaodft/center2_orb-orb11.cpp
41-
../../../source_lcao/hamilt_lcaodft/center2_orb.cpp
40+
../../../source_lcao/center2_orb-orb11.cpp
41+
../../../source_lcao/center2_orb.cpp
4242
)
4343

4444
install(DIRECTORY GaAs DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../../../tests)

source/source_basis/module_ao/test/ORB_unittest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include "source_base/global_function.h"
55
#include "source_basis/module_ao/ORB_control.h"
6-
#include "source_lcao/hamilt_lcaodft/center2_orb-orb11.h"
6+
#include "source_lcao/center2_orb-orb11.h"
77

88
#include "gtest/gtest.h"
99
//#include "mock_center2.h"

source/source_esolver/esolver_dm2rho.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#include "source_cell/module_neighbor/sltk_atom_arrange.h"
55
#include "source_estate/elecstate_lcao.h"
66
#include "source_estate/read_pseudo.h"
7-
#include "source_lcao/hamilt_lcaodft/LCAO_domain.h"
8-
#include "source_lcao/hamilt_lcaodft/hamilt_lcao.h"
7+
#include "source_lcao/LCAO_domain.h"
8+
#include "source_lcao/hamilt_lcao.h"
99
#include "source_lcao/module_operator_lcao/operator_lcao.h"
1010
#include "source_io/cube_io.h"
1111
#include "source_io/io_npz.h"

source/source_esolver/esolver_gets.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#include "source_cell/module_neighbor/sltk_atom_arrange.h"
55
#include "source_estate/elecstate_lcao.h"
66
#include "source_estate/read_pseudo.h"
7-
#include "source_lcao/hamilt_lcaodft/LCAO_domain.h"
8-
#include "source_lcao/hamilt_lcaodft/hamilt_lcao.h"
7+
#include "source_lcao/LCAO_domain.h"
8+
#include "source_lcao/hamilt_lcao.h"
99
#include "source_lcao/module_operator_lcao/operator_lcao.h"
1010
#include "source_io/cal_r_overlap_R.h"
1111
#include "source_io/print_info.h"

source/source_esolver/esolver_ks_lcao.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "source_io/module_parameter/parameter.h"
3030

3131
// be careful of hpp, there may be multiple definitions of functions, 20250302, mohan
32-
#include "source_lcao/hamilt_lcaodft/hs_matrix_k.hpp"
32+
#include "source_lcao/hs_matrix_k.hpp"
3333
#include "source_io/write_eband_terms.hpp"
3434
#include "source_io/write_vxc.hpp"
3535
#include "source_io/write_vxc_r.hpp"
@@ -39,7 +39,7 @@
3939
#include "source_estate/cal_ux.h"
4040
#include "source_estate/module_charge/symmetry_rho.h"
4141
#include "source_estate/occupy.h"
42-
#include "source_lcao/hamilt_lcaodft/LCAO_domain.h" // need DeePKS_init
42+
#include "source_lcao/LCAO_domain.h" // need DeePKS_init
4343
#include "source_lcao/module_dftu/dftu.h"
4444
#include "source_pw/module_pwdft/global.h"
4545
#include "source_io/print_info.h"
@@ -51,11 +51,11 @@
5151
#include "source_lcao/module_deepks/LCAO_deepks_interface.h"
5252
#endif
5353
//-----force& stress-------------------
54-
#include "source_lcao/hamilt_lcaodft/FORCE_STRESS.h"
54+
#include "source_lcao/FORCE_STRESS.h"
5555

5656
//-----HSolver ElecState Hamilt--------
5757
#include "source_estate/elecstate_lcao.h"
58-
#include "source_lcao/hamilt_lcaodft/hamilt_lcao.h"
58+
#include "source_lcao/hamilt_lcao.h"
5959
#include "source_hsolver/hsolver_lcao.h"
6060

6161
// test RDMFT

source/source_esolver/esolver_ks_lcao.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "esolver_ks.h"
55

66
// for adjacent atoms
7-
#include "source_lcao/hamilt_lcaodft/record_adj.h"
7+
#include "source_lcao/record_adj.h"
88

99
// for NAO basis
1010
#include "source_basis/module_nao/two_center_bundle.h"

source/source_esolver/esolver_ks_lcao_tddft.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
#include "source_estate/cal_ux.h"
2828
#include "source_estate/elecstate_lcao.h"
2929
#include "source_hsolver/hsolver_lcao.h"
30-
#include "source_lcao/hamilt_lcaodft/hamilt_lcao.h"
30+
#include "source_lcao/hamilt_lcao.h"
3131
#include "source_psi/psi.h"
3232

3333
//-----force& stress-------------------
34-
#include "source_lcao/hamilt_lcaodft/FORCE_STRESS.h"
34+
#include "source_lcao/FORCE_STRESS.h"
3535

3636
//---------------------------------------------------
3737

0 commit comments

Comments
 (0)