33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
---
|
||
title: pauli_error
|
||
description: API reference for qiskit_aer.noise.pauli_error
|
||
in_page_toc_min_heading_level: 1
|
||
python_api_type: function
|
||
python_api_name: qiskit_aer.noise.pauli_error
|
||
---
|
||
|
||
# qiskit\_aer.noise.pauli\_error
|
||
|
||
<Function id="qiskit_aer.noise.pauli_error" isDedicatedPage={true} github="https://github.com/qiskit/qiskit-aer/tree/stable/0.12/qiskit_aer/noise/errors/standard_errors.py" signature="pauli_error(noise_ops)">
|
||
Return a mixed Pauli quantum error channel.
|
||
|
||
The input should be a list of pairs `(P[j], p[j])`, where `P[j]` is a `Pauli` object or string label, and `p[j]` is a probability. All probabilities must sum to 1 for the input ops to be valid.
|
||
|
||
**Parameters**
|
||
|
||
**noise\_ops** (*list\[pair\[*[*Pauli*](qiskit.quantum_info.Pauli "qiskit.quantum_info.Pauli")*, double]]*) – Pauli error terms.
|
||
|
||
**Returns**
|
||
|
||
The quantum error object.
|
||
|
||
**Return type**
|
||
|
||
[QuantumError](qiskit_aer.noise.QuantumError "qiskit_aer.noise.QuantumError")
|
||
|
||
**Raises**
|
||
|
||
**NoiseError** – If depolarizing probability is less than 0 or greater than 1.
|
||
</Function>
|
||
|