seemps.analysis.interpolation.finite_differences_interpolation#
- seemps.analysis.interpolation.finite_differences_interpolation(tensor: MPS, space: Space, order: Literal[1, 2, 3] = 1, strategy: Strategy = DEFAULT_STRATEGY)[source]#
Finite differences interpolation of an MPS representing a multidimensional function.
- Parameters:
- tensor
MPS MPS representing a multidimensional function.
- space
Space Space on which the function is defined.
- order
int Interpolation order, 1, 2 or 3 (defaults to 1).
- strategy
Strategy,optional Truncation strategy, defaults to DEFAULT_STRATEGY.
- tensor
- Returns:
MPSInterpolated MPS with one more site for each dimension.