mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-12-25 18:25:30 +01:00
fix: mixed-up projections
This commit is contained in:
parent
582b7bc3c7
commit
9d3eec6812
@ -61,9 +61,9 @@ function rankOne_projections(G::PermutationGroup, T::Type=Rational{Int})
|
||||
cprojs[1], # alternating
|
||||
p⁺*cprojs[2], # alt_regular
|
||||
p⁺*q⁺*cprojs[3], # ψ
|
||||
p⁻*q⁻*cprojs[4], # alt_ϱ
|
||||
p⁺*q⁺*cprojs[4], # alt_ϱ
|
||||
p⁻*cprojs[5], # regular
|
||||
p⁺*q⁺*cprojs[6], # ϱ
|
||||
p⁻*q⁻*cprojs[6], # ϱ
|
||||
cprojs[7] # trivial
|
||||
]
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user