Closed awinka closed 1 week ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 87.93103%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 84.63%. Comparing base (
58c7c3e
) to head (9cf8737
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I'll merge this into the matmul branch and do a review of both things there :)
Added setter for block_sizes, which is used in the screened interaction calculation of quatrex when going to larger block_sizes.
Another method is also added for the calculation of the GW self-energy. Because the buffer for W is larger than that for G, we have to reduce W to the same sparsity pattern as G. This is handled by the calc_reduce_to_mask and reduce_to methods.