tequila.circuit.gates.CRy

tequila.circuit.gates.CRy(control: int, target: int, angle: float) → tequila.circuit.circuit.QCircuit[source]

Convenience initialization CRy (controlled Pauli Y Rotation)

Parameters
  • control (int) – control qubit

  • target (int) – target qubit

  • angle – Hashable type (will be treated as Variable) or Numeric type (static angle)

Returns

object

Return type

QCircuit