-
-
Notifications
You must be signed in to change notification settings - Fork 698
Open
Description
Mathematica uses "phased permutations" to express tensor symmetries.
A cycle of length k is labeled with a kth root of unity.
http://reference.wolframcloud.com/language/tutorial/TensorSymmetries.html
This generalizes the symmetries that sage.tensor can currently express, which are products of full symmetric groups (where the transpositions in the antisymmetries are labeled with -1).
We represent it as a matrix group in GL_n,
and also provide a method that computes its representation as a subgroup of GL(T^{k,l)M).
Related reference: https://arxiv.org/pdf/2007.08056.pdf
CC: @tscrim @egourgoulhon @mjungmath @LBrunswic @mwageringel @dimpase @Ivo-Maffei
Component: combinatorics
Issue created by migration from https://trac.sagemath.org/ticket/30276