iqm.pulse.gates.u.get_unitary_u

Contents

iqm.pulse.gates.u.get_unitary_u#

iqm.pulse.gates.u.get_unitary_u(theta, phi, lam)#

Unitary for an SU(2) gate.

See iqm.pulse.gates.u for the definition of the gate parameters.

Parameters:
  • theta (float) – y rotation angle

  • phi (float) – z rotation angle

  • lam (float) – another z rotation angle

Returns:

2x2 unitary representing u(theta, phi, lam).

Return type:

ndarray