Skip to content

Commit

Permalink
clean up print statement [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Dec 13, 2023
1 parent 3e34a25 commit 9c93a76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions quimb/calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ def kraus_op(rho, Ek, dims=None, where=None, check=False):
Ej_inds = ("K", "j", "j*")
out = ("i", "j")

print(Ei_inds, rho_inds, Ej_inds, out)

sigma = array_contract(
(Ek, rho, Ek.conj()),
(Ei_inds, rho_inds, Ej_inds),
Expand Down

0 comments on commit 9c93a76

Please sign in to comment.