Closed susilehtola closed 1 year ago
Merging #164 (acb64b3) into master (6c82faa) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #164 +/- ##
=======================================
Coverage 50.40% 50.40%
=======================================
Files 89 89
Lines 2335 2335
=======================================
Hits 1177 1177
Misses 1158 1158
Impacted Files | Coverage Δ | |
---|---|---|
src/config.hpp | 0.00% <ø> (ø) |
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 6c82faa...acb64b3. Read the comment docs.
I'd also like to point out that XCFun stands pretty alone in using a non-standard value for mu.
Moreover, the paper gives an explicit approximate value for mu that differs from the default value in the last decimal.
Ideally, XCFun should switch over to the standard value of mu for PBE exchange; see also #163 for further discussion
Just found this PR which I forgot to follow-up on. I will "update with rebase" so that this can be merged but if this fails, then I will make sure this commit gets in somehow.
By default, XCFun employs a non-standard value for mu in PBE exchange. The comment in
config.hpp
forXCFUN_REF_PBEX_MU
is incorrect; this PR fixes that issue.