"Source: Text/RepThy/Chtr.text";
"Line: 1402";
"Date: Fri Sep 26 12:10:12 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/RepThy/Chtr.text, line: 1402
// Example: H100E7 ()
print "Example: H100E7";
ei := GetEchoInput();
SetEchoInput(true);
CT := CharacterTable(SU(2,5));
chi := rep{chi: chi in CT | Degree(chi) eq 4 and IsOrthogonalCharacter(chi)};
[OrthogonalSymmetrization(chi,p) : p in Partitions(6)];
CT := CharacterTable(SU(2,7));
chi := CT[7]; chi;
[SymplecticSymmetrization(chi,p) : p in Partitions(6)];
SetEchoInput(ei);
