Skip to content

Commit

Permalink
Implement canonical representation
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Jun 4, 2024
1 parent 8cb04e4 commit a360ff4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/canonicalprojection.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
###############
# This implements the "canonical projection" a la Hymabaccus 2020
##############
##############

function canonicalprojection::Partition, ρ)
n = Int(σ)
ρ_σ = Representation(σ)
end
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using NumericalRepresentationTheory, Permutations, LinearAlgebra, Test
import NumericalRepresentationTheory: gelfandbasis
import NumericalRepresentationTheory: gelfandbasis, canonicalrepresentation

@testset "Representations" begin
σ = Partition([3,3,2,1])
Expand Down

0 comments on commit a360ff4

Please sign in to comment.