tequila.circuit.gates.Ry¶
-
tequila.circuit.gates.
Ry
(angle, target: Union[list, int], control: Union[list, int] = None) → tequila.circuit.circuit.QCircuit[source]¶ Ry gate
Notes
Ry gate of the form
\[R_{y}(\text{angle}) = e^{-i\frac{\text{angle}}{2} \sigma_{y}}\]- Parameters
angle – Hashable type (will be treated as Variable) or Numeric type (static angle)
target – integer or list of integers
control – integer or list of integers
- Returns
- Return type
QCircuit object with this RotationGate