Skip to content

Commit 22c0e96

Browse files
dbantynotmgsk
authored andcommitted
Fix: Exceptions when executing via QuantumInstance
1 parent d7816a0 commit 22c0e96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qiskit_rigetti/_qcs_provider.py

+1
Original file line numberDiff line numberDiff line change
@@ -127,4 +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,
130131
)

0 commit comments

Comments
 (0)