We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7816a0 commit 22c0e96Copy full SHA for 22c0e96
qiskit_rigetti/_qcs_provider.py
@@ -127,4 +127,5 @@ def _configuration(name: str, num_qubits: int, local: bool, simulator: bool) ->
127
memory=False,
128
max_shots=10000,
129
coupling_map=[],
130
+ max_experiments=100,
131
)
0 commit comments