CTMRG on the triangular lattice #289
sanderdemeyer
started this conversation in
Ideas
Replies: 3 comments
|
Apologies for the slow reply! I'm obviously also interested in having such a method available for PEPSKit, although I do think that the wishlist of features you mention aren't necessarily straightforward 😁
|
0 replies
|
0 replies
|
I kind of need honeycomb lattice as well. Simple update (and neighborhood tensor update) can be specialized for arbitrary unit cell, though native CTMRG contraction (without blocking sites) is still limited to a trivial unit cell (containing two sites; see this article). |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Following a recent paper, we were thinking to implement this for PEPSKit. We implemented this already for TNRKit (see this PR, which still suffers from hopefully-soon-to-be-resolved LAPACK errors) for the C6v symmetric case and a trivial unit cell, but ideally we would like to have this in PEPSKit in a differentiable way for arbitrary unit cells, with and without C6v symmetry, and for both double-layer PEPS and PEPOTraces. This opens up a few questions.
LatticeArraysto deal with arbitrary lattices, but I don't know whether there's any progress on that since we last talked.All reactions