Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DilhanM committed Jun 1, 2024
1 parent 018dbda commit 6a36fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Production/noisy_simulations_array_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
for shots in shots_arr:
for alpha in alpha_arr:
if count == match:
NSP.run_simulation(num_rot, num_res, shots, alpha, p)
NSP.noisy_simulation(num_rot, num_res, shots, alpha, p)
break
count += 1

Expand Down

0 comments on commit 6a36fe1

Please sign in to comment.