Skip to content

Merge remote-tracking branch 'master' into fermions

8ca1b01
Select commit
Loading
Failed to load commit list.
Open

Linear algebra functions for fermions #732

Merge remote-tracking branch 'master' into fermions
8ca1b01
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 22, 2026 in 0s

35.18% (-0.26%) compared to b8dc7a9

View this Pull Request on Codecov

35.18% (-0.26%) compared to b8dc7a9

Details

Codecov Report

❌ Patch coverage is 23.04965% with 434 lines in your changes missing coverage. Please review.
✅ Project coverage is 35.18%. Comparing base (b8dc7a9) to head (8ca1b01).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/linalg/Qr.cpp 3.04% 158 Missing and 1 partial ⚠️
src/linalg/Eig.cpp 10.15% 115 Missing ⚠️
src/linalg/Eigh.cpp 10.85% 115 Missing ⚠️
src/linalg/Gesvd_truncate.cpp 50.00% 10 Missing and 17 partials ⚠️
src/linalg/Svd_truncate.cpp 72.34% 8 Missing and 5 partials ⚠️
src/linalg/Svd.cpp 78.94% 4 Missing ⚠️
src/linalg/Rsvd_truncate.cpp 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #732      +/-   ##
==========================================
- Coverage   35.44%   35.18%   -0.26%     
==========================================
  Files         214      214              
  Lines       36049    36338     +289     
  Branches    13400    13629     +229     
==========================================
+ Hits        12778    12787       +9     
- Misses      21225    21502     +277     
- Partials     2046     2049       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.