Returns an MPS representing a sine 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.
- strategy
Strategy, default=DEFAULT_STRATEGY The MPS simplification strategy to apply.
- Returns:
MPSAn MPS representing the discretized sine function over the interval.