seemps.analysis.factories.mps_exponential#
- seemps.analysis.factories.mps_exponential(interval: TypeAliasForwardRef('~seemps.analysis.mesh.QuantizedInterval') | tuple[float, float, int], k: complex = 1) MPS[source]#
Returns an MPS encoding of \(exp(k x)\).
See
mps_sum_of_exponentials().- Parameters:
- interval: QuantizedInterval | IntervalTuple
The interval over which the function is defined.
- c
complex The exponent coefficent (default is 1.0)
- Returns:
MPSAn MPS representing the discretized exponential function over the interval.