Commit 446baa4
committed
feat(deltaspin): enable linear_scan strategy for PW basis set
Add sc_lambda_strategy=linear_scan support to PW DeltaSpin path.
Previously this was only available for LCAO. The PW path now checks
the strategy flag and routes to run_lambda_linear_scan() which
sweeps lambda values and records Mi vs lambda to
lambda_scan_results.dat for energy landscape analysis.1 parent 0c42d43 commit 446baa4
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
23 | 32 | | |
24 | 33 | | |
25 | 34 | | |
| |||
0 commit comments