tequila.circuit.gates.Y

tequila.circuit.gates.Y(target: Union[list, int], control: Union[list, int] = None, power=None) → tequila.circuit.circuit.QCircuit[source]

Pauli Y Gate

Parameters
  • target – int or list of int

  • control – int or list of int

  • power – numeric type (fixed exponent) or hashable type (parametrized exponent)

Returns

Return type

QCircuit object