seemps.analysis.factories.mps_equispaced#

seemps.analysis.factories.mps_equispaced(start, stop, sites)[source]#

Returns an MPS representing a discretized interval with equispaced points.

Parameters:
startfloat

The start of the interval.

stopfloat

The end of the interval.

sitesint

The number of sites or qubits for the MPS.

Returns:
MPS

An MPS representing an equispaced discretization within [start, stop].