Most of the time I need to work with a fixed order of the elements of the group.
I am working on representation theory, and when defining the regular representation,
the elements of the group are used as an ordered basis of a vector space, so I need
a fixed order of the elements, associated with the group.
I guess then my question is if the output of list(G.generate()) still needs to be sorted
to guarantee the fixed order, or I can do without it.
Best regards.