deltakit.circuit.PauliX#

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

Bases: PauliGate[T]

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

Parameters:

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

Methods#

PauliX.stim_targets

Get the stim target for this gate.

PauliX.transform_qubits

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