Skip to content

Commit

Permalink
Add tau in gensym name of Braidingtensors
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Nov 28, 2023
1 parent 06a8d3f commit 2a90b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/planar/preprocessors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function _construct_braidingtensors(ex::Expr)
end
push!(construct_expr.args, indexmap[i1b])
push!(construct_expr.args, indexmap[i2b])
s = gensym()
s = gensym()
push!(pre.args, Expr(:(=), s, construct_expr))
ex = TO.replacetensorobjects(ex) do o, l, r
if o == obj && l == leftind && r == rightind
Expand Down

0 comments on commit 2a90b1c

Please sign in to comment.