qiskit.circuit.QuantumCircuit.rzz¶
- QuantumCircuit.rzz(theta, qubit1, qubit2)[código fonte]¶
Apply
RZZGate
.For the full matrix form of this gate, see the underlying gate documentation.
- Parâmetros
theta (Union[ParameterExpression, float]) – The rotation angle of the gate.
qubit1 (Union[Qubit, QuantumRegister, int, slice, Sequence[Union[Qubit, int]]]) – The qubit(s) to apply the gate to.
qubit2 (Union[Qubit, QuantumRegister, int, slice, Sequence[Union[Qubit, int]]]) – The qubit(s) to apply the gate to.
- Retorno
A handle to the instructions created.
- Tipo de retorno