vincent-maillou / qttools

Quantum Transport Algorithms Toolbox
GNU General Public License v3.0
5 stars 1 forks source link

Matrix multiplication #53

Closed awinka closed 1 week ago

awinka commented 2 weeks ago

I added the matrix multiplication for the dsbcoo and dsbcsr data structures, as well a basic test for it.

codecov-commenter commented 2 weeks ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 84.70588% with 13 lines in your changes missing coverage. Please review.

Project coverage is 84.80%. Comparing base (f431742) to head (2e4d7af). Report is 18 commits behind head on dev.

Files with missing lines Patch % Lines
src/qttools/datastructures/dsbcoo.py 82.35% 6 Missing :warning:
src/qttools/datastructures/dsbcsr.py 82.85% 6 Missing :warning:
src/qttools/datastructures/dsbsparse.py 87.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #53 +/- ## ========================================== + Coverage 83.65% 84.80% +1.15% ========================================== Files 29 29 Lines 1083 1198 +115 ========================================== + Hits 906 1016 +110 - Misses 177 182 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.