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.
bloch_oscillation_y¶
- bloch_oscillation_y(x, px=0.0, py=0.0, pz=0.0, baseline=0.0)[source]¶
Bloch oscillation in y basis.
\[y = \frac{\left( p_z p_y - p_z p_y \cos (\omega x) - \omega p_x \sin (\omega x) \right)}{\omega^2} + {\rm baseline},\]where \(\omega = \sqrt{p_x^2 + p_y^2 + p_z^2}\). The p_i stands for the measured probability in \(i \in \left\{ X, Y, Z \right\}\) basis.