qrisp.QuantumCircuit.xxyy# QuantumCircuit.xxyy(phi, beta, qubits_0, qubits_1)[source]# Instruct an XXYY-gate. Parameters: phifloat or sympy.SymbolThe angle parameter. betafloat or sympi.SymbolThe other angle parameter qubits_0QubitThe Qubit to apply the gate on. qubits_1QubitThe other Qubit to apply the gate on.