sx#
Single-qubit sqrt(X) gate.
The gate is doing pi/2 X gate, with additional Z rotation to correct phase.
\[R = e^{-i\pi \^{\sigma}_X/4}\]
It rotates the qubit state in XZ plane (or around Y axis) for 90 degree.
Full path: iqm.pulse.gates.sx
Classes
SX gate implementation based on PRX gate, by limiting the angle to pi / 2. |
Inheritance
