Skip to content

tsim.core.instructions.pauli_channel_1

← Module overview

functionpauli_channel_1source

tsim.core.instructions.pauli_channel_1

Signature
def pauli_channel_1(b: GraphRepresentation, qubit: int, px: float, py: float, pz: float) -> None

Apply single-qubit Pauli channel with given X, Y, Z error probabilities.

Parameters

NameTypeDescription
bGraphRepresentation
qubitint
pxfloat
pyfloat
pzfloat
source