-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NDTensors] BlockSparseArray
contract, QR, and Hermitian eigendecomposition
#1247
Conversation
I see what you mean about the decompositions. The QR code here is very compact – much of it by line number seems to mainly be the various small helper functions, then the core code actually doing the algorithm is quite short. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1247 +/- ##
===========================================
- Coverage 85.44% 54.80% -30.64%
===========================================
Files 89 88 -1
Lines 8402 8349 -53
===========================================
- Hits 7179 4576 -2603
- Misses 1223 3773 +2550 ☔ View full report in Codecov by Sentry. |
BlockSparseArray
storageBlockSparseArray
QR and Hermitian eigendecomposition
BlockSparseArray
QR and Hermitian eigendecompositionBlockSparseArray
contract, QR, and Hermitian eigendecomposition
…m:ITensor/ITensors.jl into NDTensors_blocksparsearray_tensor_algebra
This defines some more tensor and matrix algebra for
BlockSparseArray
, such as contraction, QR, and Hermitian eigendecomposition.