Skip to content

Commit c318380

Browse files
committed
Fix typo
1 parent 37b22c9 commit c318380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/contractions/vumps_contractions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ end
255255
AC_e = _pepo_edge_expr(:AC, :NW, :NE, :N, H)
256256
GL_e = _pepo_edge_expr(:(h.leftenv), :SW, :NW, :W, H)
257257
GR_e = _pepo_edge_expr(:(h.rightenv), :NE, :SE, :E, H)
258-
ket_e, bra_e, pepo_es = _pepo_sandwich_expr(:(h.operator[1]), H)
258+
ket_e, bra_e, pepo_es = _pepo_sandwich_expr(:(h.operators[1]), H)
259259

260260
rhs = Expr(:call, :*, AC_e, GL_e, GR_e, ket_e, Expr(:call, :conj, bra_e), pepo_es...)
261261

0 commit comments

Comments
 (0)