Skip to content

Fix multiplication of Layout Q matrices #56

New issue

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

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

Already on GitHub? # to your account

Merged
merged 1 commit into from
Apr 7, 2024
Merged

Conversation

dlfivefifty
Copy link
Member

No description provided.

@dlfivefifty dlfivefifty merged commit c4b3653 into master Apr 7, 2024
3 checks passed
@dlfivefifty dlfivefifty deleted the dl/layoutqmul branch April 7, 2024 19:17
@@ -67,6 +67,7 @@ function _mul(Q::LayoutQ, b::AbstractVector)
lmul!(convert(AbstractQtype{T}, Q), bnew)
end
(*)(Q::LayoutQ, B::AbstractMatrix) = _mul(Q, B)
(*)(Q::LayoutQ, B::LayoutQ) = ArrayLayouts.mul(Q, B)
Copy link

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Fix in v2.1.2

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

Successfully merging this pull request may close these issues.

2 participants