Skip to content

Commit

Permalink
slight difference in expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonwalters committed Jul 31, 2024
1 parent 12158a3 commit 9b2e77f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/combinat/symmetric_group_algebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -2081,10 +2081,10 @@ def _dft_unitary(self):
sage: QS3 = SymmetricGroupAlgebra(QQ, 3)
sage: QS3._dft_unitary()
[-1/6*sqrt2*sqrt3 -1/6*sqrt2*sqrt3 -1/6*sqrt2*sqrt3 -1/6*sqrt2*sqrt3 -1/6*sqrt2*sqrt3 -1/6*sqrt2*sqrt3]
[ -1/3*sqrt3 0 -1/2 1/6*sqrt3 1/6*sqrt3 1/2]
[ 0 -1/3*sqrt3 1/6*sqrt3 -1/2 1/2 1/6*sqrt3]
[ 0 -1/3*sqrt3 1/6*sqrt3 1/2 -1/2 1/6*sqrt3]
[ -1/3*sqrt3 0 1/2 1/6*sqrt3 1/6*sqrt3 -1/2]
[ 0 -1/3*sqrt3 1/6*sqrt3 1/2 -1/2 1/6*sqrt3]
[ 0 -1/3*sqrt3 1/6*sqrt3 -1/2 1/2 1/6*sqrt3]
[ -1/3*sqrt3 0 -1/2 1/6*sqrt3 1/6*sqrt3 1/2]
[-1/6*sqrt2*sqrt3 1/6*sqrt2*sqrt3 1/6*sqrt2*sqrt3 -1/6*sqrt2*sqrt3 -1/6*sqrt2*sqrt3 1/6*sqrt2*sqrt3]
"""
from sage.matrix.special import diagonal_matrix
Expand Down

0 comments on commit 9b2e77f

Please sign in to comment.