Skip to content

Commit

Permalink
Update submodule deps/LibRI to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeizeLin committed Jul 29, 2024
1 parent a781ab5 commit ab01840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/LibRI
Submodule LibRI updated 74 files
+41 −0 include/RI/comm/example/Communicate_Map_Combine.h
+39 −1 include/RI/comm/mix/Communicate_Tensors_Map_Judge.h
+17 −1 include/RI/distribute/Distribute_Equally.h
+35 −0 include/RI/distribute/Distribute_Equally.hpp
+23 −10 include/RI/distribute/Divide_Atoms.hpp
+2 −2 include/RI/distribute/Split_Processes.hpp
+2 −1 include/RI/global/Cereal_Types.h
+56 −0 include/RI/global/Map_Operator.h
+2 −1 include/RI/global/Tensor.h
+8 −2 include/RI/global/Tensor.hpp
+51 −0 include/RI/global/Tensor_Multiply-23.hpp
+85 −0 include/RI/global/Tensor_Multiply-32.hpp
+68 −0 include/RI/global/Tensor_Multiply-33.hpp
+13 −0 include/RI/global/Tensor_Multiply.h
+17 −3 include/RI/parallel/Parallel_LRI.h
+18 −8 include/RI/parallel/Parallel_LRI_Equally.h
+121 −6 include/RI/parallel/Parallel_LRI_Equally.hpp
+17 −4 include/RI/physics/Exx.h
+185 −169 include/RI/physics/Exx.hpp
+1 −3 include/RI/physics/GW.h
+18 −13 include/RI/physics/GW.hpp
+0 −1 include/RI/physics/RPA.h
+20 −15 include/RI/physics/RPA.hpp
+0 −59 include/RI/ri/CS_Matrix-set.hpp
+1 −1 include/RI/ri/Cell_Nearest.h
+2 −2 include/RI/ri/Cell_Nearest.hpp
+46 −0 include/RI/ri/Data_Pack.h
+1,213 −0 include/RI/ri/LRI-cal_loop3.hpp
+36 −57 include/RI/ri/LRI-set.hpp
+22 −26 include/RI/ri/LRI.h
+7 −11 include/RI/ri/LRI.hpp
+181 −16 include/RI/ri/LRI_Cal_Aux.h
+26 −24 include/RI/ri/LRI_Cal_Tools.h
+33 −64 include/RI/ri/Label.h
+209 −0 include/RI/ri/Label_Tools.h
+5 −0 include/RI/ri/RI_Tools.h
+29 −0 include/RI/ri/RI_Tools.hpp
+0 −56 include/RI/ri/Save_Load.h
+0 −102 include/RI/ri/Save_Load.hpp
+0 −0 include/RI/ri/bak_LRI-cal-loop4_1/bak-LRI-cal.hpp
+15 −16 include/RI/ri/bak_LRI-cal-loop4_2/CS_Matrix-filter.hpp
+81 −0 include/RI/ri/bak_LRI-cal-loop4_2/CS_Matrix-set.hpp
+14 −9 include/RI/ri/bak_LRI-cal-loop4_2/CS_Matrix.h
+0 −0 include/RI/ri/bak_LRI-cal-loop4_2/CS_Matrix_Tools.h
+1 −1 include/RI/ri/bak_LRI-cal-loop4_2/CS_Matrix_Tools.hpp
+48 −0 include/RI/ri/bak_LRI-cal-loop4_2/Data_Pack.h
+460 −0 include/RI/ri/bak_LRI-cal-loop4_2/Exx.hpp
+4 −1 include/RI/ri/bak_LRI-cal-loop4_2/LRI-cal-loop4-b01.hpp
+4 −1 include/RI/ri/bak_LRI-cal-loop4_2/LRI-cal-loop4-bx2.hpp
+3 −5 include/RI/ri/bak_LRI-cal-loop4_2/LRI-cal-loop4.hpp
+165 −0 include/RI/ri/bak_LRI-cal-loop4_2/LRI-set.hpp
+113 −0 include/RI/ri/bak_LRI-cal-loop4_2/LRI.h
+24 −6 unittests/Test_All.hpp
+9 −9 unittests/comm/mix/Communicate_Tensors-test.hpp
+72 −30 unittests/distribute/Distribute_Equally-test.hpp
+3 −3 unittests/distribute/Divide_Atoms-test.hpp
+6 −6 unittests/distribute/Split_Processes-test.hpp
+2 −2 unittests/global/Blas-test.hpp
+7 −7 unittests/global/Map_Operator-test.hpp
+1 −1 unittests/global/Tensor-test-4.hpp
+0 −1 unittests/global/Tensor-test.h
+54 −0 unittests/global/Tensor_Multiply-23-test.hpp
+92 −0 unittests/global/Tensor_Multiply-32-test.hpp
+73 −0 unittests/global/Tensor_Multiply-33-test.hpp
+42 −0 unittests/global/Tensor_Multiply-test.hpp
+2 −1 unittests/physics/Exx-test.hpp
+0 −1 unittests/physics/GW-test.hpp
+15 −0 unittests/print_stl.h
+3 −15 unittests/ri/CS_Matrix-test.hpp
+1 −1 unittests/ri/Cell_Nearest-test.hpp
+401 −0 unittests/ri/LRI-loop3-test.hpp
+38 −26 unittests/ri/LRI-loop4-test.hpp
+7 −7 unittests/ri/LRI-speed-test.hpp
+0 −58 unittests/ri/Label-test.h

0 comments on commit ab01840

Please sign in to comment.