Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to StarAlgebras.jl-0.3 #75

Merged
merged 16 commits into from
Jul 4, 2024
Merged

update to StarAlgebras.jl-0.3 #75

merged 16 commits into from
Jul 4, 2024

Conversation

kalmarek
Copy link
Owner

This was less painful than expected ;)

CC: @blegat

)
return invariant_vectors(parent(tbl), act, basis)
end

function invariant_vectors(
G::Group,
act::ByPermutations,
basis::StarAlgebras.Basis{T,I},
basis::StarAlgebras.ExplicitBasis{T,I},
) where {T,I}
tovisit = trues(length(basis))
invariant_vs = Vector{SparseVector{Rational{Int},I}}()
Copy link
Collaborator

@blegat blegat May 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kalmarek The line below fails because eachindex(basis) is not defined for FixedBasis

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was broken by JuliaAlgebra/StarAlgebras.jl@7f17590 I believe

@kalmarek
Copy link
Owner Author

kalmarek commented Jul 4, 2024

@blegat this one is +250 - 200; the other pull (#69) is a bit larger, but contains almost all of this one ;)

@kalmarek kalmarek merged commit b1bfe73 into master Jul 4, 2024
12 of 18 checks passed
@kalmarek kalmarek deleted the mk/StarAlgebras_0_3 branch July 4, 2024 18:14
@blegat
Copy link
Collaborator

blegat commented Jul 5, 2024

Merging this one first was the right call

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants