seemps.analysis.interpolation.fourier_interpolation#
- seemps.analysis.interpolation.fourier_interpolation(tensor: MPS, space: Space, old_sites: list, new_sites: list, strategy: Strategy = DEFAULT_STRATEGY)[source]#
Fourier interpolation on an MPS.
- Parameters:
- tensor
MPS Discretized multidimensional function MPS.
- space: Space
Space object of the defined ψmps.
- old_sites
list[int] List of integers with the original number of sites for each dimension.
- new_sites
list[int] List of integers with the new number of sites for each dimension.
- strategy
Strategy,optional Truncation strategy, defaults to DEFAULT_STRATEGY.
- tensor
- Returns:
MPSInterpolated multidimensional function MPS.