Returns an MPS representing an exponential function discretized over a
half-open interval [start, stop).
- Parameters:
- start
float
The start of the interval.
- stop
float
The end of the interval.
- sites
int
The number of sites or qubits for the MPS.
- c
complex
, default=1 The coefficient in the exponent of the exponential function.
- Returns:
MPS
An MPS representing the discretized exponential function over the interval.