qrisp.QuantumCircuit.rxx# QuantumCircuit.rxx(phi: FloatLike, qubits_0: QubitLike, qubits_1: QubitLike)[source]# Instruct an RXX-gate. Parameters: phiFloatLikeThe angle parameter. qubits_0QubitLikeThe Qubit to apply the gate on. qubits_1QubitLikeThe other Qubit to apply the gate on.