seemps.analysis.integration.mps_fifth_order#

seemps.analysis.integration.mps_fifth_order(start, stop, sites)[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:
startfloat

The starting point of the interval.

stopfloat

The ending point of the interval.

sitesint

The number of sites or qubits for the MPS. Must be divisible by 4.