We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8581e13 commit a73137eCopy full SHA for a73137e
isotypes.py
@@ -67,7 +67,7 @@ def getRowColumnPermutations(partition):
67
each_col_permutation = [list(symmetric(i)) for i in conjugatePartition(partition)]
68
return each_row_permutation,each_col_permutation
69
70
-#If tableau is a standard young tableau (which this function does
+#If tableau is a Young tableau (which this function does
71
#not check) then
72
#return the corresponding young symmetrizer (a signed list of permutations)
73
#as a list of tuples
0 commit comments