We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abc928 commit 77b7bf1Copy full SHA for 77b7bf1
src/formnetworks/bilinearformnetwork.jl
@@ -54,7 +54,7 @@ end
54
55
function itensor_identity_map(i_pairs::Vector)
56
return prod(i_pairs; init=ITensor(one(Bool))) do i_pair
57
- return denseblocks(delta(Bool, dag(first(i_pair)), last(i_pair)))
+ return delta(Bool, dag(first(i_pair)), last(i_pair))
58
end
59
60
0 commit comments