Skip to content

Commit

Permalink
Update graphix/channels.py
Browse files Browse the repository at this point in the history
Co-authored-by: Shinichi Sunami <[email protected]>
  • Loading branch information
thierry-martinez and shinich1 authored Aug 31, 2024
1 parent 9a3fc29 commit 014449c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphix/channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def depolarising_channel(prob: float) -> KrausChannel:


def pauli_channel(px: float, py: float, pz: float) -> KrausChannel:
r"""Single-qubit pauli channel.
r"""Single-qubit Pauli channel.
.. math::
(1-p_X-p_Y-p_Z) \rho + p_X X \rho X + p_Y Y \rho Y + p_Z Z \rho Z)
Expand Down

0 comments on commit 014449c

Please sign in to comment.