Skip to content

Commit

Permalink
Fix: Exceptions when executing via QuantumInstance
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanty authored and notmgsk committed Nov 9, 2021
1 parent d7816a0 commit 22c0e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qiskit_rigetti/_qcs_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,5 @@ def _configuration(name: str, num_qubits: int, local: bool, simulator: bool) ->
memory=False,
max_shots=10000,
coupling_map=[],
max_experiments=100,
)

0 comments on commit 22c0e96

Please sign in to comment.