-
Notifications
You must be signed in to change notification settings - Fork 17
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
Haoti/arnoldi ut #413
Haoti/arnoldi ut #413
Conversation
… perform on the vector.
Change API Lanczos_Exp_Ut to Lanczos_Exp. (Consistent with Lanczos API)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest for any internal functions that you don't want to expose, using underscore and lowercase with underscore separators for naming it, instead of Capitalize separator. for example:
GetEig
-> _get_eigenval
Other than that LGTM
OK, I will modify it. |
Dev master
1. Modify the algorithm of Lanczos Exp so that it can simulate for non positive case. 2. Add example code for 1tdvp algorithm and pytest.
Dev master
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev-master #413 +/- ##
==============================================
+ Coverage 16.49% 16.58% +0.09%
==============================================
Files 220 221 +1
Lines 48275 48388 +113
Branches 20126 20241 +115
==============================================
+ Hits 7961 8027 +66
+ Misses 36183 36091 -92
- Partials 4131 4270 +139 ☔ View full report in Codecov by Sentry. |
Add function Arnoldi support for Dense UniTensor.