mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-19 07:20:28 +01:00
we work over PermutationGroup{Int8}
This commit is contained in:
parent
58fa849df0
commit
5d6c4f8290
@ -158,7 +158,7 @@ function rankOne_projections(Bn::WreathProduct, T::Type=Rational{Int})
|
||||
|
||||
N = Bn.P.n
|
||||
# projections as elements of the group rings RSₙ
|
||||
Sn_rankOnePr = [rankOne_projections(PermutationGroup(i)) for i in 1:N]
|
||||
Sn_rankOnePr = [rankOne_projections(PermutationGroup(Int8(i))) for i in 1:N]
|
||||
|
||||
# embedding into group ring of BN
|
||||
RBn = GroupRing(Bn)
|
||||
|
Loading…
Reference in New Issue
Block a user