Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
Member
Yue-Zhengyuan
left a comment
There was a problem hiding this comment.
Wanted to add more details on what's actually changed.
| - Typo in `edge_transfer_right` (#310) | ||
| - MPS cluster truncation with standard virtual arrows (#309) | ||
| - Small fixes for `InfiniteSquareNetwork` and `InfinitePartitionFunction` (#306) | ||
| - Zero gate returned by `get_gateterm` (#300) |
Member
There was a problem hiding this comment.
Do we still mention this since it is later removed in favor of the new LocalCircuit logic?
| - C4v CTMRG support, including QR-CTMRG variant (#321, #329) | ||
| - Belief propagation gauge fixing, with bipartite specialization and support for purified iPEPO (#223, #318, #319) | ||
| - N-site Simple Update (#339) | ||
| - `LocalCircuit` operator type, alongside refactor of operator types (#347) |
Member
There was a problem hiding this comment.
Suggested change
| - `LocalCircuit` operator type, alongside refactor of operator types (#347) | |
| - `LocalCircuit` operator type, alongside refactor of `LocalOperator` operator types (#347) |
| - Rename algorithm symbols (#376) | ||
| - Rename `bondenv_fu` to `bondenv_ctm` (#343) | ||
| - `fixedpoint` improvements; relax `env₀` type restriction in `select_algorithm` (#337, #345) | ||
| - Refactor simple update / reorganize trotter and apply_gate code (#338, #346) |
Member
There was a problem hiding this comment.
Suggested change
| - Refactor simple update / reorganize trotter and apply_gate code (#338, #346) | |
| - Refactor simple update / reorganize trotter and apply_gate code (#338, #346). Each term of the input Hamiltonian `LocalOperator` is now exponentiated individually when constructing the Trotter gates in the resulting `LocalCircuit`. |
In particular, NNN terms are no longer combined with NN terms on the 3-site cluster when exponentiating.
| - Bump TensorKit compat to 0.16 (#314) | ||
| - Make `SUWeight` axis order definite (#315) | ||
| - Improve Vidal gauge conversion and CTM bond env for PEPO (#348) | ||
| - Improve bond truncation algorithms (#303) |
Member
There was a problem hiding this comment.
Suggested change
| - Improve bond truncation algorithms (#303) | |
| - Improve bond truncation algorithms (#303). In particular, the 3-leg reduced bond tensors now follows the leg order convention of an MPS. |
This file contains hidden or 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
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.
PEPSKit.jl v0.8.0
This release introduces C4v-symmetric CTMRG, belief propagation gauge fixing, and N-site simple update, alongside numerous refactors and fixes.
Highlights
LocalCircuitoperator type from a refactor of operator types:diffgaugedifferentiation mode and renamed algorithm symbols (breaking)Full Changelog
See CHANGELOG for the complete list of changes.