Skip to content

Commit a76475f

Browse files
authored
Fix east and west edge renormalization diagrams (#201)
- Closes #193
1 parent bb53c65 commit a76475f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/algorithms/contractions/ctmrg_contractions.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,11 +1152,11 @@ environment tensors.
11521152
11531153
```
11541154
|
1155-
[~P_bottom~]
1155+
[~~P_top~~~]
11561156
| |
1157-
E_east -- A --
1157+
-- A -- E_east
11581158
| |
1159-
[~~P_top~~~]
1159+
[~P_bottom~]
11601160
|
11611161
```
11621162
"""
@@ -1236,7 +1236,7 @@ environment tensors.
12361236
|
12371237
[~P_bottom~]
12381238
| |
1239-
-- A -- E_west
1239+
E_west -- A --
12401240
| |
12411241
[~~P_top~~~]
12421242
|

0 commit comments

Comments
 (0)