seemps.analysis.factories.mps_exponential#

seemps.analysis.factories.mps_exponential(start, stop, sites, c=1)[source]#

Returns an MPS representing an exponential function discretized over a half-open interval [start, stop).

Parameters:
startfloat

The start of the interval.

stopfloat

The end of the interval.

sitesint

The number of sites or qubits for the MPS.

ccomplex, default=1

The coefficient in the exponent of the exponential function.

Returns:
MPS

An MPS representing the discretized exponential function over the interval.