Skip to content

Commit

Permalink
better formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
meandmytram committed Oct 11, 2024
1 parent f583419 commit 07263ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/decoding/decoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -1093,11 +1093,11 @@ def apply_constraints(
)

mps = mps_mpo_contract(
mps,
mpo,
start_site,
renormalise=renormalise,
mps=mps,
mpo=mpo,
start_site=start_site,
chi_max=chi_max,
renormalise=renormalise,
inplace=False,
result_to_explicit=result_to_explicit,
)
Expand Down

0 comments on commit 07263ca

Please sign in to comment.