Skip to content

Commit

Permalink
update cli
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed May 15, 2024
1 parent 656fd69 commit a853171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dqpu/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def cli(): # noqa: C901

elif args.action == "submit-random":
nq = random.randint(4, 21)
dpt = random.randint(1, 200)
dpt = random.randint(5, 300)

print(f"Creating a random circuit of {nq} qubits (depth {dpt})...")

Expand Down

0 comments on commit a853171

Please sign in to comment.