You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add anisotropic Simple Update
* fix 3site su
* make SiteDependentTruncation a new truncation scheme
Simple update was changed accordingly, CTMRG not yet
* update on arguments and constructors
* Fix 3-site SU for SiteDependentTruncationScheme
* small documentation update
* Change name and add rotl90
* fix export
* change arguments in test
* add test for 3-site cluster update
* change test to increase patch coverage
* change name again
* small updates
* rewrite mirror_antidiag
* add test on non-square unit cell and fix bug
* make the new test a separate test to test bipartite=true
* Restore old Heisenberg SU-AD test
* Add test of SU with SiteDependentTruncation
* Add TODO on bipartite check for SiteDependentTruncation
* Update src/algorithms/time_evolution/simpleupdate3site.jl
Co-authored-by: Yue Zhengyuan <yuezy1997@icloud.com>
* remove redundant TensorKit. before TruncationScheme
* remove redundant TensorKit. before TruncationScheme bis
* remove redundant where clauses
* Add selection support with symbol
* Change back constant
* Also simplify rotation
* Remove test on Hubbard SU with SiteDependentTruncation
---------
Co-authored-by: Yue Zhengyuan <yuezy1997@icloud.com>
Co-authored-by: Lukas Devos <ldevos98@gmail.com>
# Mirror a TruncationScheme by its anti-diagonal line.
47
+
# When the number of directions is 2, it swaps the first and second direction, consistent with xbonds and ybonds, respectively.
48
+
# When the number of directions is 4, it swaps the first and second, and third and fourth directions, consistent with the order NORTH, EAST, SOUTH, WEST.
0 commit comments