We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4591e6 commit a88ed60Copy full SHA for a88ed60
1 file changed
qiskit/compiler/transpiler.py
@@ -249,7 +249,7 @@ def callback_func(**kwargs):
249
start_time = time()
250
251
if optimization_level is None:
252
- # Take optimization level from the configuration or 1 as default.
+ # Take optimization level from the configuration or 2 as default.
253
config = user_config.get_config()
254
optimization_level = config.get("transpile_optimization_level", 2)
255
0 commit comments