Skip to content

Commit

Permalink
Merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Oct 27, 2023
2 parents 2531031 + b992b92 commit 7c454e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/qn/qnitensor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ end
# This is only used internally inside the implementation of `directsum`
# right now.
function zeros_itensor(elt::Type{<:Number}, inds::QNIndex...)
return itensor(tensor(BlockSparse(elt, undef, NDTensors.Dictionary{Block{length(inds)},Int}(), 0), inds))
return itensor(
tensor(
BlockSparse(elt, undef, NDTensors.Dictionary{Block{length(inds)},Int}(), 0), inds
),
)
end

"""
Expand Down

0 comments on commit 7c454e4

Please sign in to comment.