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.
1 parent 4be3b5e commit 09823cfCopy full SHA for 09823cf
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