Function Optimization#

The SeeMPS library provides a method to find the minimum and maximum element on a given MPS, based on the optima_tt method (see https://arxiv.org/pdf/2209.14808)

optimize_mps(mps[, num_indices, make_canonical])

Returns the minimum and maximum values of a given MPS, together with their indices.

An example on how to use this function is shown in Optimization.ipynb.