Skip to content

Commit 864e933

Browse files
reduce max loop iterations from 100k to 1k (#396)
1 parent f31ca4b commit 864e933

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/braket/default_simulator/openqasm/interpreter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
)
136136

137137

138-
_MAX_LOOP_ITERATIONS = 100_000
138+
_MAX_LOOP_ITERATIONS = 1_000
139139

140140

141141
class Interpreter:

0 commit comments

Comments
 (0)