You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contractcheck doesn't seem capable of dealing with planar contractions containing the tau symbol. The following provides a MWE :
sp = ℂ^2
T =TensorMap(rand, ComplexF64, sp, sp)
a =@planar opt=true T[1;2]*T[2;1]
b =@planar opt=true T[1;4]*T[3;2]*τ[41;23]
c =@planar contractcheck=true opt=true T[1;2]*T[1;2] #works as expected
b =@planar contractcheck=true opt=true T[1;4]*T[3;2]*τ[41;23] #ERROR: UndefVarError: `τ` not defined
The text was updated successfully, but these errors were encountered:
Contractcheck doesn't seem capable of dealing with planar contractions containing the tau symbol. The following provides a MWE :
The text was updated successfully, but these errors were encountered: