Open mkoeppe opened 4 years ago
Description changed:
---
+++
@@ -9,4 +9,4 @@
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).
-
+Related reference: https://arxiv.org/pdf/2007.08056.pdf
Description changed:
---
+++
@@ -8,5 +8,8 @@
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
this seems to generalise to cyclic groups only, no?
each generator is a cycle...
each generator is a product of cycles, in full generality. Then, I think these things are called monomial groups, "phased" comes from physics people not taking algebra classes :-)
Yes, it's a Wolfram-ism, I think
Would these be a generalization of ColoredPermutations
, where each element of {1, ..., n}
can have its own distinct cycle length?
yes, but with some kind of compatibility relation, I guess.
Setting new milestone based on a cursory review of ticket status, priority, and last modification date.
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