Skip to main content

Module tensorci1

Module tensorci1 

Source
Expand description

TensorCI1 – One-site Tensor Cross Interpolation algorithm (legacy).

This module is kept for backward compatibility. For new code, prefer crossinterpolate2 which uses two-site updates and generally converges faster.

Structs§

TCI1Options
Configuration for the TCI1 algorithm (crossinterpolate1).
TensorCI1
State object for the one-site TCI algorithm (legacy).

Enums§

SweepStrategy
Sweep direction for TCI1 optimization.

Functions§

crossinterpolate1
Approximate a function as a tensor train using the TCI1 algorithm (legacy).