Skip to content

Commit 0f6729a

Browse files
committed
fix bug of circle define
1 parent 5ecc9ca commit 0f6729a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/types.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,6 @@ function LA.dot(ps::PureState{T, 2}, A::Array{T, 2}) where {T <: Real}
256256
return LA.dot(ps.tensors[1], ps.lmo.tmp)
257257
end
258258

259-
function LA.dot(ps::PureState{T, N}, A::Array{T, N}) where {T <: Real} where {N}
260-
return LA.dot(ps, A)
261-
end
262-
263259
function LA.dot(ps1::PureState{T, 2}, ps2::PureState{T, 2}) where {T <: Real}
264260
return LA.dot(ps1.tensors[1], ps2.tensors[1]) * LA.dot(ps1.tensors[2], ps2.tensors[2])
265261
end

0 commit comments

Comments
 (0)