File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
name = " BlockSparseArrays"
2
2
uuid = " 2c9a651f-6452-4ace-a6ac-809f4280fbb4"
3
3
authors = [
" ITensor developers <[email protected] > and contributors" ]
4
- version = " 0.6.8 "
4
+ version = " 0.6.9 "
5
5
6
6
[deps ]
7
7
Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ struct BlockPermutedDiagonalAlgorithm{A<:MatrixAlgebraKit.AbstractAlgorithm} <:
12
12
alg:: A
13
13
end
14
14
15
- function MatrixAlgebraKit. default_svd_algorithm (A; kwargs... )
15
+ function MatrixAlgebraKit. default_svd_algorithm (A:: AbstractBlockSparseMatrix ; kwargs... )
16
16
blocktype (A) <: StridedMatrix{<:LinearAlgebra.BLAS.BlasFloat} ||
17
17
error (" unsupported type: $(blocktype (A)) " )
18
18
# TODO : this is a hardcoded for now to get around this function not being defined in the
You can’t perform that action at this time.
0 commit comments