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_z¶
- bloch_oscillation_z(x, px=0.0, py=0.0, pz=0.0, baseline=0.0)[source]¶
Bloch oscillation in z basis.
\[y = \frac{\left( p_z^2 + (p_x^2 + p_y^2) \cos (\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.