Predefined Operators (MPO)#

The SeeMPS library provides a exact MPO representation of basic operators.

id_mpo(n_qubits[, strategy])

Identity MPO.

x_to_n_mpo(n_qubits, a, dx, n[, strategy])

x^n MPO.

p_to_n_mpo(n_qubits, dx, n[, strategy])

p^n MPO.

exponential_mpo(n, a, dx[, c, strategy])

exp(cx) MPO.

cos_mpo(n, a, dx[, strategy])

cos(x) MPO.S

sin_mpo(n, a, dx[, strategy])

sin(x) MPO.

mpo_affine(mpo, orig, dest)