Skip to main contentIBM Quantum Documentation
You are viewing the API reference for an old version of Qiskit SDK. Switch to latest version

euler_angles_1q

euler_angles_1q(unitary_matrix)

GitHub(opens in a new tab)

DEPRECATED: Compute Euler angles for a single-qubit gate.

Find angles (theta, phi, lambda) such that unitary_matrix = phase * Rz(phi) * Ry(theta) * Rz(lambda)

Parameters

unitary_matrix (ndarray) – 2x2 unitary matrix

Returns

(theta, phi, lambda) Euler angles of SU(2)

Return type

tuple

Raises

QiskitError – if unitary_matrix not 2x2, or failure

Was this page helpful?
Report a bug or request content on GitHub.