Skip to content

Commit 191996f

Browse files
committed
fix rrule
1 parent 743018b commit 191996f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operators/infinitepepo.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ end
245245
function ChainRulesCore.rrule(
246246
::Type{InfiniteSquareNetwork}, mid::InfinitePEPO{P}
247247
) where {P<:PEPOTensor}
248-
network = InfiniteSquareNetwork(top, mid, bot)
248+
network = InfiniteSquareNetwork(mid)
249249

250250
function InfiniteSquareNetwork_pullback(Δnetwork_)
251251
Δnetwork = unthunk(Δnetwork_)

0 commit comments

Comments
 (0)