qrisp.u3#

u3(theta, phi, lam, qubits)[source]#

Applies an U3 gate.

Parameters
thetafloat or sympy.Symbol

The first angle parameter.

phifloat or sympy.Symbol

The second angle parameter.

lambdafloat or sympy.Symbol

The third angle parameter.

qubitsQubit or list[Qubit] or QuantumVariable

The Qubit to perform the U3 gate on.