qrisp.QuantumCircuit.u3#

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

Instruct a U3-gate from given Euler angles.

A U3 gate has the unitary:

U3(θ,ϕ,λ)=(cos(θ2)exp(iλ)sin(θ2)exp(iϕ)sin(θ2)exp(i(ϕ+λ))cos(θ2))
Parameters:
thetafloat or sympy.Symbol

The theta parameter.

phifloat or sympy.Symbol

The phi parameter.

lamfloat or sympy.Symbol

The lambda parameter.

qubitsQubit

The Qubit to apply the u3 gate on.