Skip to content

Commit

Permalink
fix #246
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Jul 20, 2024
1 parent 2f41cf9 commit f7e019f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quimb/tensor/tensor_1d_compress.py
Original file line number Diff line number Diff line change
Expand Up @@ -1488,7 +1488,7 @@ def mps_gate_with_mpo_lazy(mps, mpo, inplace=False):
TN object has the same outer indices as the original MPS.
"""
return tensor_network_apply_op_vec(
tn_op=mpo, tn_vec=mps, contract=False, inplace=inplace
A=mpo, x=mps, contract=False, inplace=inplace
)


Expand Down

0 comments on commit f7e019f

Please sign in to comment.