Skip to content

Commit f6dd28c

Browse files
committed
fix(quantanium): changed timelimit to 9999
1 parent 7a8cfd9 commit f6dd28c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qiskit_scaleway/backends/quantanium/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def _default_options(self):
109109
label="pyapi_v1.0",
110110
algorithm="auto",
111111
bitstrings=None,
112-
timelimit=3540,
112+
timelimit=9999,
113113
bonddim=None,
114114
entdim=None,
115115
seed=None,

0 commit comments

Comments
 (0)