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 901430b commit 878afb6Copy full SHA for 878afb6
src/tensorci2.jl
@@ -684,14 +684,15 @@ function optimize!(
684
end
685
686
sweep2site!(
687
- tci, f, 1;
+ tci, f, 2;
688
iter1 = 1,
689
abstol=abstol,
690
maxbonddim=maxbonddim,
691
pivotsearch=pivotsearch,
692
strictlynested=strictlynested,
693
verbosity=verbosity,
694
- sweepstrategy=sweepstrategy
+ sweepstrategy=sweepstrategy,
695
+ fillsitetensors=true
696
)
697
if verbosity > 0 && length(globalpivots) > 0
698
nrejections = length([p for p in globalpivots if abs(evaluate(tci, p) - f(p)) > abstol])
0 commit comments