We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff039fb + 6137615 commit f938889Copy full SHA for f938889
src/cachedtensortrain.jl
@@ -7,7 +7,7 @@ abstract type BatchEvaluator{V} <: AbstractTensorTrain{V} end
7
Cached evalulation of TT
8
"""
9
struct TTCache{ValueType} <: BatchEvaluator{ValueType}
10
- sitetensors::Vector{Array{ValueType}}
+ sitetensors::Vector{Array{ValueType,3}}
11
cacheleft::Vector{Dict{MultiIndex,Vector{ValueType}}}
12
cacheright::Vector{Dict{MultiIndex,Vector{ValueType}}}
13
0 commit comments