Skip to content

Commit a88ed60

Browse files
Fix default optimization level in comment (#14045)
Co-authored-by: Robin Adams <robinad@chalmers.se>
1 parent c4591e6 commit a88ed60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qiskit/compiler/transpiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def callback_func(**kwargs):
249249
start_time = time()
250250

251251
if optimization_level is None:
252-
# Take optimization level from the configuration or 1 as default.
252+
# Take optimization level from the configuration or 2 as default.
253253
config = user_config.get_config()
254254
optimization_level = config.get("transpile_optimization_level", 2)
255255

0 commit comments

Comments
 (0)