seemps.analysis.operators.exponential_mpo#

seemps.analysis.operators.exponential_mpo(n, a, dx, c=1, strategy=<seemps.state.core.Strategy object>)[source]#

exp(cx) MPO.

Parameters:#

n_qubits: int

Number of qubits.

a: float

Initial value of the position interval.

dx: float

Spacing of the position interval.

c: float | complex, default = 1

Constant preceeding the x coordinate.

strategy: Strategy

MPO strategy, defaults to DEFAULT_STRATEGY.

Returns:
MPO

exp(x) operator MPO.