RGate¶
-
class
RGate
(theta, phi)[source]¶ Bases:
qiskit.circuit.gate.Gate
Rotation θ around the cos(φ)x + sin(φ)y axis.
Circuit symbol:
┌──────┐ q_0: ┤ R(ϴ) ├ └──────┘
Matrix Representation:
\[ \begin{align}\begin{aligned}\newcommand{\th}{\frac{\theta}{2}}\\\begin{split}R(\theta, \phi) = e^{-i \th (\cos{\phi} x + \sin{\phi} y)} = \begin{pmatrix} \cos{\th} & -i e^{-i \phi} \sin{\th} \\ -i e^{i \phi} \sin{\th} & \cos{\th} \end{pmatrix}\end{split}\end{aligned}\end{align} \]Create new r single-qubit gate.
Methods Defined Here
Invert this gate.
Attributes
-
decompositions
¶ Get the decompositions of the instruction from the SessionEquivalenceLibrary.
-
definition
¶ Return definition in terms of other basic gates.
-
duration
¶ Get the duration.
-
label
¶ Return instruction label
- Return type
str
-
params
¶ return instruction params.
-
unit
¶ Get the time unit of duration.
-