deltakit.circuit.PauliZ#
- class deltakit.circuit.PauliZ(qubit: Qubit[T] | T)#
Bases:
PauliGate[T]Representation of a Z gate on a single qubit which is used in Pauli products.
- Parameters:
qubit (Qubit[T] | T) – The qubit to act the Z gate on.
Methods#
Get the stim target for this gate. |
|
Transform this noise channel's qubits according to the id mapping. |