tequila.circuit.gates.CRx

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

Convenience initialization CRx (controlled Pauli X 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