deltakit.circuit.PauliY#

class deltakit.circuit.PauliY(qubit: Qubit[T] | T)#

Bases: PauliGate[T]

Representation of a Y gate on a single qubit which is used in Pauli products.

Parameters:

qubit (Qubit[T] | T) – The qubit to act the Y gate on.

Methods#

PauliY.stim_targets

Get the stim target for this gate.

PauliY.transform_qubits

Transform this noise channel's qubits according to the id mapping.