seemps.analysis.integration.mps_fifth_order# seemps.analysis.integration.mps_fifth_order(start: float, stop: float, sites: int) → MPS[source]# Returns the binary MPS representation of the fifth-order quadrature on an interval. Note that the number of sites must be divisible by 4 for this quadrature rule. Parameters: startfloatThe starting point of the interval. stopfloatThe ending point of the interval. sitesintThe number of sites or qubits for the MPS. Must be divisible by 4.