Skip to content

Commit

Permalink
Fix typo in doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseclectic committed Jun 6, 2024
1 parent b47cf05 commit ea94586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_aer/noise/errors/pauli_lindblad_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class PauliLindbladError(BaseQuantumError, TolerancesMixin):
e^{\sum_j r_j D_{P_j}} = \prod_j e^{r_j D_{P_j}}
= prod_j \left( (1 - p_j) S_I + p_j S_{P_j} \right)
where :math:`p_j = \frac12 + \frac12 e^{-2 r_j}`.
where :math:`p_j = \frac12 - \frac12 e^{-2 r_j}`.
.. note::
Expand Down

0 comments on commit ea94586

Please sign in to comment.