Still investigating https://github.com/ITensor/TensorAlgebra.jl/pull/29 There is something wrong with `splitdims`, with a mix-up between `tensor_product` and `fusion_product`. The issue is around `BlockSparseArrays.jl/ext/BlockSparseArraysTensorAlgebraExt/BlockSparseArraysTensorAlgebraExt.jl:88` ```julia function TensorAlgebra.splitdims( ::SectorFusion, a::AbstractArray, split_axes::AbstractUnitRange... ) ``` I currently believe `TensorAlgebra` is fine and the test in https://github.com/ITensor/TensorAlgebra.jl/pull/29 should pass on the issue here has been fixed.