qiskit
qiskit copied to clipboard
Deprecate `instruction_durations`, `timing_constraints` and `backend_properties` in `generate_preset_pass_manager`
The function generate_preset_pass_manager should deprecate instruction_durations, inst_map, timing_constraints and backend_properties in favor of target.
inst_map will be deprecated as part of #13164
instruction_durations can still be found in the Target?
Yes. The goal is to move towards Target-define constrains and stop having loose constrains.