RYY#

diffqc.dense.RYY(c: Array, wires: Tuple[int], theta: float) Array#

Rotate YY (exp(-iYY * theta))

Parameters
  • c (jnp.ndarray) – qubit state

  • wires (tuple of ints) – wires to apply. len(wires) must be 2

Returns

applied qubit state

Return type

jnp.ndarray