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#
Get the stim target for this gate. |
|
Transform this noise channel's qubits according to the id mapping. |