Skip to content

Commit

Permalink
Update experimental/IntersectionTheory/src/Main.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Göttgens <lars.goettgens@rwth-aachen.de>
  • Loading branch information
wdecker and lgoettgens authored Oct 7, 2024
1 parent 487079b commit 01cca24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/IntersectionTheory/src/Main.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ function schur_functor(F::AbstractBundle, λ::Partition)
λ = conjugate(λ)
X = F.parent
w = _wedge(sum(λ), chern_character(F))
S, ei = polynomial_ring(QQ, ["e$i" for i in 1:length(w)])
S, ei = polynomial_ring(QQ, "e#" => 1:length(w))
e = i -> i < 0 ? S() : ei[i+1]
M = [e(λ[i]-i+j) for i in 1:length(λ), j in 1:length(λ)]
sch = det(matrix(S, M)) # Jacobi-Trudi
Expand Down

0 comments on commit 01cca24

Please sign in to comment.