-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement KrylovKit.eigsolve
for Tensor
s
#157
Conversation
@mofeing can we merge this? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #157 +/- ##
===========================================
- Coverage 68.76% 55.16% -13.60%
===========================================
Files 19 20 +1
Lines 1050 1084 +34
===========================================
- Hits 722 598 -124
- Misses 328 486 +158 ☔ View full report in Codecov by Sentry. |
Summary
This PR extends the
KrylovKit.eigsolve
function forTensor
s. We added some tests to cover this function too.Example