RZZGate
class RZZGate(theta)
Bases: qiskit.circuit.gate.Gate
A parametric 2-qubit interaction (rotation about ZZ).
This gate is symmetric, and is maximally entangling at .
Circuit Symbol:
q_0: ───■────
│zz(θ)
q_1: ───■────
Matrix Representation:
This is a direct sum of RZ rotations, so this gate is equivalent to a uniformly controlled (multiplexed) RZ gate:
Examples:
Create new RZZ gate.
Methods Defined Here
inverse
RZZGate.inverse()
Return inverse RZZ gate (i.e. with the negative rotation angle).
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.
Was this page helpful?
Report a bug or request content on GitHub.