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#

PauliZ.stim_targets

Get the stim target for this gate.

PauliZ.transform_qubits

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