Skip to content

Commit

Permalink
Update standard_errors.py (Qiskit#1799)
Browse files Browse the repository at this point in the history
There was a typo in the rendering of the mathematical text on Depolarizing Error Page (https://qiskit.org/ecosystem/aer/stubs/qiskit_aer.noise.depolarizing_error.html)

Co-authored-by: Hiroshi Horii <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 7, 2023
1 parent b79200f commit 70c1a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_aer/noise/errors/standard_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def depolarizing_error(param, num_qubits):
with :math:`0 \le λ \le 4^n / (4^n - 1)`
where :math:`λ` is the depolarizing error param and :math`n` is the
where :math:`λ` is the depolarizing error param and :math:`n` is the
number of qubits.
* If :math:`λ = 0` this is the identity channel :math:`E(ρ) = ρ`
Expand Down

0 comments on commit 70c1a98

Please sign in to comment.