Skip to content

Commit

Permalink
Cleaned up doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
gdevanla committed Aug 11, 2012
1 parent 5f0bd5d commit 02e7e5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sympy/physics/quantum/density.py
Expand Up @@ -286,7 +286,6 @@ def fidelity(state1, state2):
>>> up_dm = represent(up * Dagger(up)) >>> up_dm = represent(up * Dagger(up))
>>> down_dm = represent(down * Dagger(down)) >>> down_dm = represent(down * Dagger(down))
>>> updown_dm = represent(updown * Dagger(updown)) >>> updown_dm = represent(updown * Dagger(updown))
>>> updown2 = (sqrt(3)/2 )* up + (1/2)*down
>>> >>>
>>> fidelity(up_dm, up_dm) >>> fidelity(up_dm, up_dm)
1 1
Expand Down

0 comments on commit 02e7e5c

Please sign in to comment.