Commit 4cf918e
Kai Luo
Refactor ESolver classes: Remove old LCAO solver and implement new RDMFT LCAO solver
- Deleted the obsolete ESolver_DirectMin_LCAO class and its header file.
- Introduced the ESolver_RDMFT_LCAO class with comprehensive methods for RDMFT optimization.
- Implemented initialization, problem setup, solver configuration, and hybrid optimization methods.
- Added support for orbital and occupation optimization with respective solvers.
- Enhanced convergence checking and iteration information logging.
- Updated includes and namespaces for proper compilation and functionality.1 parent 6b35f0e commit 4cf918e
File tree
5 files changed
+432
-424
lines changed- source/source_esolver
5 files changed
+432
-424
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
23 | | - | |
24 | 21 | | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
| 27 | + | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
| 262 | + | |
273 | 263 | | |
274 | 264 | | |
275 | 265 | | |
| |||
This file was deleted.
0 commit comments