Skip to content

Commit aa96298

Browse files
JoeyT1994mtfishman
andauthored
Update src/apply.jl
Co-authored-by: Matt Fishman <[email protected]>
1 parent 85aeb23 commit aa96298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apply.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ function optimise_p_q(
446446
qs_ind = setdiff(inds(q_cur), collect(Iterators.flatten(inds.(vcat(envs, p_cur)))))
447447
ps_ind = setdiff(inds(p_cur), collect(Iterators.flatten(inds.(vcat(envs, q_cur)))))
448448

449-
function b(p::ITensor, q::ITensor, o::ITensor, envs::Vector{ITensor}, r::ITensor;)
449+
function b(p::ITensor, q::ITensor, o::ITensor, envs::Vector{ITensor}, r::ITensor)
450450
return noprime(
451451
ITensors.contract(vcat(ITensor[p, q, o, dag(prime(r))], envs); sequence="automatic")
452452
)

0 commit comments

Comments
 (0)