Note

This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.

exponential_decay

exponential_decay(x, amp=1.0, lamb=1.0, base=2.718281828459045, x0=0.0, baseline=0.0)[source]

Exponential function

y=ampbase(λx+x0)+baseline
Return type:

ndarray