Skip to content

Commit

Permalink
Restablishing fill
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerviou committed Aug 28, 2023
1 parent bd8f653 commit 4512b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ITensors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Base.getindex(ψ::MPS, r::UnitRange{Int}) = MPS([ψ[n] for n in r])

#TODO Remove if everything is working nicely
#Was still crashing on my laptop after updating ITensors
#Base.fill!(::NDTensors.NoData, ::Any) = NDTensors.NoData()
Base.fill!(::NDTensors.NoData, ::Any) = NDTensors.NoData()

function ITensors.NDTensors.contraction_output(
A::NDTensors.EmptyTensor, B::NDTensors.DiagBlockSparseTensor, label
Expand Down

0 comments on commit 4512b02

Please sign in to comment.