Skip to main content

Module globalpivot

Module globalpivot 

Source
Expand description

Global pivot finder for the TCI2 algorithm.

After each two-site sweep, the TCI2 algorithm calls a GlobalPivotFinder to locate regions of high interpolation error that the local sweeps may have missed. The default implementation (DefaultGlobalPivotFinder) uses random starting points with local optimization.

Structs§

DefaultGlobalPivotFinder
Default global pivot finder using random search with local optimization.
GlobalPivotSearchInput
Snapshot of the current TCI state, passed to GlobalPivotFinder.

Traits§

GlobalPivotFinder
Trait for global pivot finders.