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: startfloatThe start of the interval. stopfloatThe end of the interval. sitesintThe number of sites or qubits for the MPS. Returns: MPSAn MPS representing an equispaced discretization within [start, stop].