Skip to content

Commit 0abc928

Browse files
committed
Fix small bilinaer form constructor bug for QNs
1 parent 2141045 commit 0abc928

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 delta(Bool, dag(first(i_pair)), last(i_pair))
57+
return denseblocks(delta(Bool, dag(first(i_pair)), last(i_pair)))
5858
end
5959
end
6060

0 commit comments

Comments
 (0)