iqm.pulse.gates.prx.get_unitary_prx

iqm.pulse.gates.prx.get_unitary_prx#

iqm.pulse.gates.prx.get_unitary_prx(angle, phase)#

Unitary for a PRX gate.

Parameters:
  • angle (float) – rotation angle (in rad)

  • phase (float) – phase angle (in rad)

Returns:

2x2 unitary representing prx(angle, phase).

Return type:

ndarray