Commit ab61da1
Latest support for abacus scf output (#875)
Abacus updates its output format, so these keywords were not right. I
have updated them to support both eariler ones and latest one by
removing the unit part.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Bug Fixes**
* Improved robustness when reading ABACUS simulation outputs by
accepting more variations of energy, force, and stress headers.
* More permissive header matching reduces failures from minor log-format
differences.
* Preserves existing convergence and extraction behavior while improving
tolerance for alternate log phrasing.
* Reduces missed or incomplete parses, increasing reliability across
ABACUS log variants.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent ebb20ad commit ab61da1
1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
62 | | - | |
| 65 | + | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| |||
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
98 | | - | |
| 102 | + | |
| 103 | + | |
99 | 104 | | |
100 | 105 | | |
101 | 106 | | |
| |||
0 commit comments