Skip to content

Commit 8814e96

Browse files
author
abacus_fixer
committed
refactor: normalize remaining uppercase filenames to lowercase (phase F)
Rename 44 files, converting uppercase letters to lowercase: - Cblacs.h → cblacs.h - cal_pLpR.{cpp,h} → cal_plpr.{cpp,h} - cal_r_overlap_R.{cpp,h} → cal_r_overlap_r.{cpp,h} - ewald_Vq.{h,hpp} → ewald_vq.{h,hpp} - ExxLriDetail.{cpp,h} → exx_lri_detail.{cpp,h} - Exx_LRI.{h,hpp} → exx_lri.{h,hpp} - Exx_LRI_interface.{h,hpp} → exx_lri_interface.{h,hpp} - fR_overlap.{cpp,h} → fr_overlap.{cpp,h} - Inverse_Matrix.{h,hpp} → invmat_ri.{h,hpp} - opt_TN.hpp → opt_tn.hpp - single_R_io.{cpp,h} → single_r_io.{cpp,h} - symmetry_rotation_R{,_hcontainer}.hpp → symmetry_rotation_r{,_hcontainer}.hpp - write_dH{,_terms}.{cpp,h} → write_dh{,_terms}.{cpp,h} - write_HS{,_R,_sparse}.{cpp,h} → write_hs{,_r,_sparse}.{cpp,h} - write_H_terms.{cpp,h} → write_h_terms.{cpp,h} - pw_basis_{C2C,C2R}.cpp → pw_basis_{c2c,c2r}.cpp - pw_basis_k_C2C.cpp → pw_basis_k_c2c.cpp - test_T_NL_cd.cpp → test_t_nl_cd.cpp - test-{big,other}.cpp → test_{big,other}.cpp - test_hcontainer_readCSR.cpp → test_hcontainer_read_csr.cpp - test_{cal_dm_R,dm_R_init}.cpp → test_{cal_dm_r,dm_r_init}.cpp Update all #include references, CMakeLists.txt, Makefile.Objects, CMake target names, and code comments. Class names, function names, namespace names, and header guards preserved unchanged.
1 parent efab52d commit 8814e96

115 files changed

Lines changed: 171 additions & 171 deletions

File tree

Some content is hidden

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

source/Makefile.Objects

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ OBJS_IO=module_parameter/input_conv.o\
568568
module_wannier/to_wannier90_pw.o\
569569
module_wannier/to_w90_lcao_pw.o\
570570
module_wannier/to_wannier90_lcao.o\
571-
fR_overlap.o\
571+
fr_overlap.o\
572572
module_unk/unk_overlap_pw.o\
573573
write_pao.o\
574574
write_wfc_pw.o\
@@ -613,11 +613,11 @@ OBJS_IO=module_parameter/input_conv.o\
613613
module_parameter/read_inp_out.o\
614614
module_parameter/read_set_globalv.o\
615615
orb_io.o\
616-
cal_pLpR.o\
616+
cal_plpr.o\
617617
filename.o\
618618
ucell_io.o\
619619

620-
OBJS_IO_LCAO=cal_r_overlap_R.o\
620+
OBJS_IO_LCAO=cal_r_overlap_r.o\
621621
write_orb_info.o\
622622
write_dos_lcao.o\
623623
write_proj_band_lcao.o\
@@ -628,9 +628,9 @@ OBJS_IO_LCAO=cal_r_overlap_R.o\
628628
module_unk/unk_overlap_lcao.o\
629629
read_wfc_nao.o\
630630
write_wfc_nao.o\
631-
module_hs/write_HS_sparse.o\
632-
single_R_io.o\
633-
module_hs/write_HS_R.o\
631+
module_hs/write_hs_sparse.o\
632+
single_r_io.o\
633+
module_hs/write_hs_r.o\
634634
module_dm/write_dmr.o\
635635
sparse_matrix.o\
636636
module_mulliken/output_mulliken.o\
@@ -680,10 +680,10 @@ OBJS_LCAO=evolve_elec.o\
680680
setup_deepks.o\
681681
setup_dm.o\
682682
rho_tau_lcao.o\
683-
center2_orb.o\
684-
center2_orb_orb11.o\
685-
center2_orb_orb21.o\
686-
center2_orb_orb22.o\
683+
center2orb.o\
684+
center2orb_orb11.o\
685+
center2orb_orb21.o\
686+
center2orb_orb22.o\
687687
record_adj.o\
688688
wavefunc_in_pw.o\
689689

@@ -692,7 +692,7 @@ OBJS_MODULE_RI=conv_coulomb_pot_k.o\
692692
exx_abfs_jle.o\
693693
exx_abfs_io.o\
694694
exx_abfs_ctor_orbs.o\
695-
ABFs_Construct-PCA.o\
695+
abfs_construct_pca.o\
696696
exx_opt_orb_print.o\
697697
exx_opt_orb.o\
698698
matrix_orbs11.o\

source/source_base/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ AddTest(
149149
)
150150

151151
AddTest(
152-
TARGET MODULE_BASE_opt_TN
152+
TARGET MODULE_BASE_opt_tn
153153
LIBS parameter base device
154154
SOURCES opt_tn_test.cpp opt_test_tools.cpp
155155
)

source/source_base/test/opt_tn_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "gtest/gtest.h"
2-
#include "../opt_TN.hpp"
2+
#include "../opt_tn.hpp"
33
#include "../opt_DCsrch.h"
44
#include "./opt_test_tools.h"
55

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/center2_orb-orb11.cpp
41-
../../../source_lcao/center2_orb.cpp
40+
../../../source_lcao/center2orb_orb11.cpp
41+
../../../source_lcao/center2orb.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/center2_orb_orb11.h"
6+
#include "source_lcao/center2orb_orb11.h"
77

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

source/source_basis/module_pw/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AddTest(
1515
test6-1-1.cpp test6-1-2.cpp test6-2-1.cpp test6-2-2.cpp test6-3-1.cpp test6-4-1.cpp test6-4-2.cpp
1616
test7-1.cpp test6-2-1.cpp test7-3-1.cpp test7-3-2.cpp
1717
test8-1.cpp test8-2-1.cpp test8-3-1.cpp test8-3-2.cpp
18-
test_tool.cpp test-big.cpp test-other.cpp test_sup.cpp
18+
test_tool.cpp test_big.cpp test_other.cpp test_sup.cpp
1919
)
2020

2121
add_test(NAME MODULE_PW_pw_test_parallel

source/source_basis/module_pw/test/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ test8-1.o\
180180
test8-2-1.o\
181181
test8-3-1.o\
182182
test8-3-2.o\
183-
test-big.o\
184-
test-other.o
183+
test_big.o\
184+
test_other.o
185185

186186
MATH_OBJS=$(patsubst %.o, ${OBJ_DIR}/%.o, ${MATH_OBJS0})
187187
OTHER_OBJS=$(patsubst %.o, ${OBJ_DIR}/%.o, ${OTHER_OBJS0})
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)