-
Notifications
You must be signed in to change notification settings - Fork 4
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 -> main #14
Closed
Dev -> main #14
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
* fix MPS transfermatrix when plegs>2 * fix FiniteMpo for PEPS * inverse more general * rot90 & rot270 functions for PepsTensor
Fixes and extras for PEPS
ProductCharge degeneracies fix (TO DO check other Charge objects) Expand (more options) Truncate (in UniformMps)
Charge fix and MPS additions
* Complete move to cells instead of arrays of MpsTensors * Consistently use MpsTensors in local update and environment eigenvalue problems * Finish eigsolve rewrite to consistently use either Arnoldi or KrylovShur algorithms * Fix unexpted behavior for tensors with no allowed fusion channels * Fixed/unbroke all of the tests I could
Quasiparticle
* Use plain arrays in `Arnoldi.eigsolve` * Add `InfQP` solver utilities * Better Krylov dimension warning * Fix Krylov subspace deflation * Add/tweak `eigsolve` docstrings, improve warning handling and remove redundant 'optimizations' * Doc and warning update * One more warning fix
* Have a go at a docs update, start with symmetry sectors docs * Update spaces docs * Update kernels and tensors docs * Update tensor docs, set up doc stubs for other modules. * Relax `linsolve` test in case of stagnation * Address review comments
* Trying to fix some rtd issues * Try updating sphinx version
* ctmrg * Create UniformPeps.m * remove plot tsvd + ctmrg tests * Add CTMRG to docs --------- Co-authored-by: Lander Burgelman <[email protected]> Co-authored-by: leburgel <[email protected]>
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.
Update everything