Skip to content

Commit

Permalink
Fix: Set configured max experiments to max beneficial parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanty authored and notmgsk committed Nov 9, 2021
1 parent 22c0e96 commit 01c5f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_rigetti/_qcs_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,5 @@ def _configuration(name: str, num_qubits: int, local: bool, simulator: bool) ->
memory=False,
max_shots=10000,
coupling_map=[],
max_experiments=100,
max_experiments=8,
)

0 comments on commit 01c5f08

Please sign in to comment.