Commit d093c58
Feature: update LibRI v0.2.0 (deepmodeling#4830)
* Fix C++ compiler warning
* Refactor Exx_LRI::cal_exx_stress() to LibRI loop3
* Feature: add input and info CV_grad_R_threshold for exx
* Delete exx_lri.set_csm_threshold()
* Update LibRI in toolchain to v0.2.0
* Update submodule deps/LibRI to v0.2.0
* fix include
* change ref in integrate_test
* change ref in integrate_test
* change ref results for no cauchy screening (dyzheng#3)
---------
Co-authored-by: LUNASEA <33978601+maki49@users.noreply.github.com>1 parent 3c9ceb4 commit d093c58
23 files changed
Lines changed: 178 additions & 103 deletions
File tree
- deps
- source
- module_hamilt_general/module_xc
- module_io
- module_parameter
- module_ri
- tests/integrate
- 207_NO_KP_OXC
- 281_NO_KP_HSE
- 282_NO_KP_HSE_complex
- 283_NO_KP_HF
- 284_NO_KP_PBE0
- 285_NO_KP_RE_HSE
- 286_NO_KP_CR_HSE
- toolchain/scripts/stage4
- include/RI/comm/example/Communicate_Map_Combine.h+41
- include/RI/comm/mix/Communicate_Tensors_Map_Judge.h+39-1
- include/RI/distribute/Distribute_Equally.h+17-1
- include/RI/distribute/Distribute_Equally.hpp+35
- include/RI/distribute/Divide_Atoms.hpp+23-10
- include/RI/distribute/Split_Processes.hpp+2-2
- include/RI/global/Cereal_Types.h+2-1
- include/RI/global/Map_Operator.h+56
- include/RI/global/Tensor.h+2-1
- include/RI/global/Tensor.hpp+8-2
- include/RI/global/Tensor_Multiply-23.hpp+51
- include/RI/global/Tensor_Multiply-32.hpp+85
- include/RI/global/Tensor_Multiply-33.hpp+68
- include/RI/global/Tensor_Multiply.h+13
- include/RI/parallel/Parallel_LRI.h+17-3
- include/RI/parallel/Parallel_LRI_Equally.h+18-8
- include/RI/parallel/Parallel_LRI_Equally.hpp+121-6
- include/RI/physics/Exx.h+17-4
- include/RI/physics/Exx.hpp+185-169
- include/RI/physics/GW.h+1-3
- include/RI/physics/GW.hpp+18-13
- include/RI/physics/RPA.h-1
- include/RI/physics/RPA.hpp+20-15
- include/RI/ri/CS_Matrix-set.hpp-59
- include/RI/ri/Cell_Nearest.h+1-1
- include/RI/ri/Cell_Nearest.hpp+2-2
- include/RI/ri/Data_Pack.h+46
- include/RI/ri/LRI-cal_loop3.hpp+1.2k
- include/RI/ri/LRI-set.hpp+36-57
- include/RI/ri/LRI.h+22-26
- include/RI/ri/LRI.hpp+7-11
- include/RI/ri/LRI_Cal_Aux.h+181-16
- include/RI/ri/LRI_Cal_Tools.h+26-24
- include/RI/ri/Label.h+33-64
- include/RI/ri/Label_Tools.h+209
- include/RI/ri/RI_Tools.h+5
- include/RI/ri/RI_Tools.hpp+29
- include/RI/ri/Save_Load.h-56
- include/RI/ri/Save_Load.hpp-102
- include/RI/ri/bak_LRI-cal-loop4_1/bak-LRI-cal.hpp
- include/RI/ri/bak_LRI-cal-loop4_2/CS_Matrix-filter.hpp+15-16
- include/RI/ri/bak_LRI-cal-loop4_2/CS_Matrix-set.hpp+81
- include/RI/ri/bak_LRI-cal-loop4_2/CS_Matrix.h+14-9
- include/RI/ri/bak_LRI-cal-loop4_2/CS_Matrix_Tools.h
- include/RI/ri/bak_LRI-cal-loop4_2/CS_Matrix_Tools.hpp+1-1
- include/RI/ri/bak_LRI-cal-loop4_2/Data_Pack.h+48
- include/RI/ri/bak_LRI-cal-loop4_2/Exx.hpp+460
- 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+4-1
- include/RI/ri/bak_LRI-cal-loop4_2/LRI-cal-loop4.hpp+3-5
- include/RI/ri/bak_LRI-cal-loop4_2/LRI-set.hpp+165
- include/RI/ri/bak_LRI-cal-loop4_2/LRI.h+113
- unittests/Test_All.hpp+24-6
- unittests/comm/mix/Communicate_Tensors-test.hpp+9-9
- unittests/distribute/Distribute_Equally-test.hpp+72-30
- unittests/distribute/Divide_Atoms-test.hpp+3-3
- unittests/distribute/Split_Processes-test.hpp+6-6
- unittests/global/Blas-test.hpp+2-2
- unittests/global/Map_Operator-test.hpp+7-7
- unittests/global/Tensor-test-4.hpp+1-1
- unittests/global/Tensor-test.h-1
- unittests/global/Tensor_Multiply-23-test.hpp+54
- unittests/global/Tensor_Multiply-32-test.hpp+92
- unittests/global/Tensor_Multiply-33-test.hpp+73
- unittests/global/Tensor_Multiply-test.hpp+42
- unittests/physics/Exx-test.hpp+2-1
- unittests/physics/GW-test.hpp-1
- unittests/print_stl.h+15
- unittests/ri/CS_Matrix-test.hpp+3-15
- unittests/ri/Cell_Nearest-test.hpp+1-1
- unittests/ri/LRI-loop3-test.hpp+401
- unittests/ri/LRI-loop4-test.hpp+38-26
- unittests/ri/LRI-speed-test.hpp+7-7
- unittests/ri/Label-test.h-58
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
| 500 | + | |
| 501 | + | |
500 | 502 | | |
501 | 503 | | |
502 | 504 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
152 | 164 | | |
153 | 165 | | |
154 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
| 474 | + | |
| 475 | + | |
474 | 476 | | |
475 | 477 | | |
476 | 478 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
143 | 148 | | |
144 | 149 | | |
145 | 150 | | |
| |||
160 | 165 | | |
161 | 166 | | |
162 | 167 | | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
163 | 173 | | |
164 | 174 | | |
165 | 175 | | |
| |||
172 | 182 | | |
173 | 183 | | |
174 | 184 | | |
175 | | - | |
176 | | - | |
177 | 185 | | |
178 | 186 | | |
179 | 187 | | |
| |||
209 | 217 | | |
210 | 218 | | |
211 | 219 | | |
212 | | - | |
| 220 | + | |
213 | 221 | | |
214 | 222 | | |
215 | 223 | | |
| |||
239 | 247 | | |
240 | 248 | | |
241 | 249 | | |
242 | | - | |
243 | | - | |
244 | 250 | | |
245 | 251 | | |
246 | 252 | | |
| |||
263 | 269 | | |
264 | 270 | | |
265 | 271 | | |
266 | | - | |
267 | | - | |
268 | 272 | | |
269 | 273 | | |
270 | 274 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
87 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
88 | 96 | | |
89 | 97 | | |
90 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| |||
312 | 315 | | |
313 | 316 | | |
314 | 317 | | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
315 | 359 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments