MRChemSoft / mrcpp

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

Add Haar basis MW filters #185

Closed stigrj closed 2 years ago

stigrj commented 2 years ago

Allows for function representations with Haar basis k=0. ABGV derivative should be supported, but no convolutions or any of the special derivative operators, since they require special input matrices, which I didn't bother to generate

codecov[bot] commented 2 years ago

Codecov Report

Merging #185 (6d6d377) into master (413d1ba) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #185   +/-   ##
=======================================
  Coverage   65.55%   65.55%           
=======================================
  Files         172      172           
  Lines       12506    12506           
=======================================
  Hits         8198     8198           
  Misses       4308     4308           
Impacted Files Coverage Δ
src/core/MWFilter.cpp 47.51% <100.00%> (ø)
src/core/ScalingBasis.cpp 62.06% <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 413d1ba...6d6d377. Read the comment docs.