Skip to content

Commit

Permalink
Correct typo in docstring of mpo.py, by PaulaGarciaMolina/main
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjosegarciaripoll authored Oct 28, 2023
2 parents 8586741 + 7618567 commit 46c4e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seemps/operators/mpo.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

def _mpo_multiply_tensor(A, B):
# Implements
# np.einsum("cjd,aijb->caidb", A, B)
# np.einsum("cjd,aijb->caidb", B, A)
#
# Matmul takes two arguments
# B(c, 1, 1, d, j)
Expand Down

0 comments on commit 46c4e51

Please sign in to comment.