PauliNoise Class
The Pauli noise to use in simulation represented as probabilities of Pauli-X, Pauli-Y, and Pauli-Z errors
Creates a new PauliNoise instance with the given error probabilities.
Constructor
PauliNoise(x: float, y: float, z: float)
Parameters
| Name | Description |
|---|---|
|
x
Required
|
Probability of a Pauli-X (bit flip) error. Must be non-negative. |
|
y
Required
|
Probability of a Pauli-Y error. Must be non-negative. |
|
z
Required
|
Probability of a Pauli-Z (phase flip) error. Must be non-negative. |