-
Notifications
You must be signed in to change notification settings - Fork 18
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
Dev master to master #453
Merged
Merged
Dev master to master #453
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… perform on the vector.
Change API Lanczos_Exp_Ut to Lanczos_Exp. (Consistent with Lanczos API)
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
Haoti/arnoldi ut
Fix the wrong path for CUQUANTUM cmake.
1. Fix the tdvp example code to correct order. 2. Add benchmark test for Lanczos_Gnd and Lanczos_Exp.
Deprecate Contracts->Contract
relabels->relabel
Dev master
…/Cytnx into haoti/fix_tdvp_example
Store the Krylov subspace vectors if is_V is true, to avoid second round construction of the Krylov subspace.
1. Fix tdvp example and add Lanczos benchmark. 2. Optimize the Lanczos algorithm to simulate the ground state.
add svd_truncate mindim capability
Change TOUT default rowrank
`cutensorContraction()` has only supported floating-point types at least since version 1.6.2. Refferce: https://docs.nvidia.com/cuda/cutensor/1.6.2/api/cutensor.html#cutensorcontraction
Because cuQuantum 23.x requires cuTENSOR v1.6.1+ (and < 2.0.0) which is not compatible with cuTENSOR 2.x, the oldest supported cuQuantum will be 24.x after this commit. Referrences: - [Transition to cuTENSOR 2.x](https://docs.nvidia.com/cuda/cutensor/2.0.2/api_transition.html) - [cuQuantum's dependencies](https://docs.nvidia.com/cuda/cuquantum/23.10.0/getting_started/getting_started.html#dependencies-cutensornet-label)
Migrate cuTENSOR APIs to 2.x
Rename combineBonds to combineBond
Fix set order
j9263178
approved these changes
Aug 30, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #453 +/- ##
==========================================
+ Coverage 16.49% 16.56% +0.07%
==========================================
Files 220 221 +1
Lines 48275 48481 +206
Branches 20126 20264 +138
==========================================
+ Hits 7961 8030 +69
+ Misses 36183 36176 -7
- Partials 4131 4275 +144 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.