seemps.analysis.integration.mps_trapezoidal# seemps.analysis.integration.mps_trapezoidal(start: float, stop: float, sites: int) → MPS[source]# Returns the binary MPS representation of the trapezoidal quadrature on an interval. Parameters: startfloatThe starting point of the interval. stopfloatThe ending point of the interval. sitesintThe number of sites or qubits for the MPS.