MRChemSoft / mrcpp

MultiResolution Computation Program Package
GNU Lesser General Public License v3.0
12 stars 19 forks source link

Replace rescale on basis by explicit translate and dilate #175

Closed bjorgve closed 3 years ago

bjorgve commented 3 years ago

This also makes it easier to visualize scaling functions in vampyr.

codecov[bot] commented 3 years ago

Codecov Report

Merging #175 (5b9d9fe) into master (c767f9a) will increase coverage by 0.04%. The diff coverage is 96.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #175      +/-   ##
==========================================
+ Coverage   65.55%   65.60%   +0.04%     
==========================================
  Files         171      172       +1     
  Lines       12421    12441      +20     
==========================================
+ Hits         8143     8162      +19     
- Misses       4278     4279       +1     
Impacted Files Coverage Δ
src/operators/ConvolutionOperator.h 0.00% <0.00%> (ø)
src/functions/LegendrePoly.cpp 85.71% <100.00%> (+0.23%) :arrow_up:
src/functions/Polynomial.cpp 95.48% <100.00%> (-0.03%) :arrow_down:
src/functions/Polynomial.h 100.00% <100.00%> (ø)
tests/functions/polynomial.cpp 100.00% <100.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 c767f9a...5b9d9fe. Read the comment docs.