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§
- TCI1
Options - Configuration for the TCI1 algorithm (
crossinterpolate1). - TensorC
I1 - State object for the one-site TCI algorithm (legacy).
Enums§
- Sweep
Strategy - Sweep direction for TCI1 optimization.
Functions§
- crossinterpolate1
- Approximate a function as a tensor train using the TCI1 algorithm (legacy).