You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The overloads for default_blasmul! in lazy_matmuls.jl ensure that dense linear algebra is not used when materializing the action of the orbital Hamiltonian on a radial orbital. The correct way however, is to provide overloads for materialize!(::MulAdd{DiagonalLayout}), &c., and these should be upstreamed to LazyArrays.jl.
The text was updated successfully, but these errors were encountered:
The overloads for
default_blasmul!
in lazy_matmuls.jl ensure that dense linear algebra is not used when materializing the action of the orbital Hamiltonian on a radial orbital. The correct way however, is to provide overloads formaterialize!(::MulAdd{DiagonalLayout})
, &c., and these should be upstreamed to LazyArrays.jl.The text was updated successfully, but these errors were encountered: