Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
meandmytram committed Apr 24, 2024
1 parent 1eb687b commit 174db73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/decoding/classical.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
parser = argparse.ArgumentParser(
description="Launch calculations on Compute Canada clusters."
)
parser.add_argument("--system_size", type=int, help="System size as the number of bits.")
parser.add_argument(
"--system_size", type=int, help="System size as the number of bits."
)
parser.add_argument(
"--bond_dim", type=int, help="Maximum bond dimension to keep during contraction."
)
Expand Down

0 comments on commit 174db73

Please sign in to comment.