Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tensor4all/TensorCrossInterpolation.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
shinaoka committed May 27, 2024
2 parents ff039fb + 6137615 commit f938889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cachedtensortrain.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ abstract type BatchEvaluator{V} <: AbstractTensorTrain{V} end
Cached evalulation of TT
"""
struct TTCache{ValueType} <: BatchEvaluator{ValueType}
sitetensors::Vector{Array{ValueType}}
sitetensors::Vector{Array{ValueType,3}}
cacheleft::Vector{Dict{MultiIndex,Vector{ValueType}}}
cacheright::Vector{Dict{MultiIndex,Vector{ValueType}}}

Expand Down

0 comments on commit f938889

Please sign in to comment.