Skip to content

Commit 77b7bf1

Browse files
committed
Revert change
1 parent 0abc928 commit 77b7bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formnetworks/bilinearformnetwork.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ end
5454

5555
function itensor_identity_map(i_pairs::Vector)
5656
return prod(i_pairs; init=ITensor(one(Bool))) do i_pair
57-
return denseblocks(delta(Bool, dag(first(i_pair)), last(i_pair)))
57+
return delta(Bool, dag(first(i_pair)), last(i_pair))
5858
end
5959
end
6060

0 commit comments

Comments
 (0)