tsim.core.instructions.pauli_channel_1
← Module overview
function
source
functionpauli_channel_1¶source
tsim.core.instructions.pauli_channel_1
Signature
def pauli_channel_1(b: GraphRepresentation, qubit: int, px: float, py: float, pz: float) -> NoneApply single-qubit Pauli channel with given X, Y, Z error probabilities.
Parameters
| Name | Type | Description |
|---|---|---|
b | GraphRepresentation | |
qubit | int | |
px | float | |
py | float | |
pz | float |