seemps.analysis.interpolation.fourier_interpolation#
- seemps.analysis.interpolation.fourier_interpolation(ψmps, space, old_sites, new_sites, strategy=<seemps.state.core.Strategy object>)[source]#
Fourier interpolation on an MPS.
- Parameters:
- ψmps
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.
- ψmps
- Returns:
MPS
Interpolated multidimensional function MPS.