Closed stigrj closed 4 years ago
Merging #275 into master will decrease coverage by
0.03%
. The diff coverage is0%
.
@@ Coverage Diff @@
## master #275 +/- ##
==========================================
- Coverage 54.39% 54.35% -0.04%
==========================================
Files 105 105
Lines 8314 8320 +6
==========================================
Hits 4522 4522
- Misses 3792 3798 +6
Impacted Files | Coverage Δ | |
---|---|---|
src/utils/print_utils.cpp | 5.26% <0%> (-0.36%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 3a1e01e...b91bbe6. Read the comment docs.
Spring cleaning in
mrchem.in
,driver.cpp
andinitial_guess/
Breaking changes wrt integration tests (why I had to produce new test references):
Orbitals are now localized before the initial energy is computed
Open-shell SAD guess is now using a spin-unpolarized lda potential. This is more in line with a standard SAD guess, rather than the weird globally scaled potentials we used before.
Other than this all changes are simply refactoring/cleaning