From 2a90b1c566172152bbae3a956a113a8f5f6139a4 Mon Sep 17 00:00:00 2001 From: lkdvos Date: Tue, 28 Nov 2023 09:39:20 +0100 Subject: [PATCH] Add tau in gensym name of Braidingtensors --- src/planar/preprocessors.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/planar/preprocessors.jl b/src/planar/preprocessors.jl index c4f11a30..4f5a0ea3 100644 --- a/src/planar/preprocessors.jl +++ b/src/planar/preprocessors.jl @@ -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