RYYGate¶
-
class
RYYGate
(theta)[source]¶ Bases:
qiskit.circuit.gate.Gate
A parametric 2-qubit Y⊗Y interaction (rotation about YY).
This gate is symmetric, and is maximally entangling at θ=π/2.
Circuit Symbol:
┌─────────┐ q_0: ┤1 ├ │ Ryy(ϴ) │ q_1: ┤0 ├ └─────────┘
Matrix Representation:
RYY(θ)=exp(−iθ2Y⊗Y)=(cos(θ2)00isin(θ2)0cos(θ2)−isin(θ2)00−isin(θ2)cos(θ2)0isin(θ2)00cos(θ2))Examples:
RYY(θ=0)=IRYY(θ=π)=iY⊗YRYY(θ=π2)=1√2(100i01−i00−i10i001)Create new RYY gate.
Methods Defined Here
Return inverse RYY gate (i.e.
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.
-