Skip to content

Commit 975457e

Browse files
kshyattJutho
andauthored
Update ext/TensorKitMooncakeExt/indexmanipulations.jl
Co-authored-by: Jutho <Jutho@users.noreply.github.com>
1 parent eb9db81 commit 975457e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/TensorKitMooncakeExt/indexmanipulations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ for insertunit in (:insertleftunit, :insertrightunit)
283283
tsrc_cache = copy(tsrc)
284284
tdst_Δtdst = CoDual(
285285
$insertunit(tsrc, ival; kwargs...),
286-
$insertunit(Mooncake.tangent(tsrc_Δtsrc), ival; kwargs...)
286+
$insertunit(Δtsrc, ival; kwargs...)
287287
)
288288
else
289289
tsrc_cache = nothing

0 commit comments

Comments
 (0)