qrisp.QuantumCircuit.xxyy#

QuantumCircuit.xxyy(phi: FloatLike, beta: FloatLike, qubits_0: QubitLike, qubits_1: QubitLike)[source]#

Instruct an XXYY-gate.

Parameters:
phiFloatLike

The angle parameter.

betaFloatLike

The other angle parameter

qubits_0QubitLike

The Qubit to apply the gate on.

qubits_1QubitLike

The other Qubit to apply the gate on.