U3#
- diffqc.dense.U3(c: Array, wires: Tuple[int], theta: float, phi: float, delta: float) Array #
Apply U3 Gate
- Parameters
c (jnp.ndarray) – qubits state
wires (tuple of ints) – wire to apply.
len(wires)
must be1
theta (float) – rotation angle
phi (float) – rotation angle
delta (float) – rotation angle
- Returns
applied qubits state
- Return type
jnp.ndarray