Skip to content

Commit 01c5f08

Browse files
dbantynotmgsk
authored andcommitted
Fix: Set configured max experiments to max beneficial parallelism
1 parent 22c0e96 commit 01c5f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiskit_rigetti/_qcs_provider.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ def _configuration(name: str, num_qubits: int, local: bool, simulator: bool) ->
127127
memory=False,
128128
max_shots=10000,
129129
coupling_map=[],
130-
max_experiments=100,
130+
max_experiments=8,
131131
)

0 commit comments

Comments
 (0)