Closed stigrj closed 6 years ago
Merging #75 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #75 +/- ##
=======================================
Coverage 43.99% 43.99%
=======================================
Files 78 78
Lines 1839 1839
=======================================
Hits 809 809
Misses 1030 1030
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 0e4e3d6...5e8416b. Read the comment docs.
Thanks a lot!
It seems the
XCFUN_ACCURATE_PBEX_MU
parameter that can be activated insrc/config.hpp
is never used in the code and should be replaced byXCFUN_REF_PBEX_MU
. At least the latter triggers the change I'm looking for when comparing withlibxc
.How Has This Been Tested?
Helium energy:
#define XCFUN_REF_PBEX_MU
)(
#define XCFUN_ACCURATE_PBEX_MU
triggers nothing at all, since it does not appear in the source code)Status