-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
qiskit/qiskit/compiler/transpiler.py
Lines 252 to 254 in 219dec7
# Take optimization level from the configuration or 1 as default. | |
config = user_config.get_config() | |
optimization_level = config.get("transpile_optimization_level", 2) |
It looks like the comment and the code have got out of sync here - the comment says the default optimization level is 1, but the code says it is 2.
Metadata
Metadata
Assignees
Labels
No labels