Skip to content

Commit

Permalink
sycamore_2019.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Nov 13, 2024
1 parent fd40fed commit 1a12b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcs/sycamore_2019.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def bench_qrack(width, depth):

def main():
if len(sys.argv) < 3:
raise RuntimeError('Usage: python3 sycamore_2019_patch.py [width] [depth]')
raise RuntimeError('Usage: python3 sycamore_2019.py [width] [depth]')

width = int(sys.argv[1])
depth = int(sys.argv[2])
Expand Down

0 comments on commit 1a12b59

Please sign in to comment.