-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
priority: highstatus: pending PRIt has one or more PRs pending to solve this issueIt has one or more PRs pending to solve this issue
Milestone
Description
What is the expected behavior?
This is part of cleaning up the transpiler. Currently we have preserved backwards compatibility by following the old code path of circuit transformations when no pass manager is used in compile()
. That old path is a bunch of hardcoded transformations. To fully complete the transition to the transpiler architecture, we need to remove that old path, and create a default pipeline of passes that gets used when pass_manager=None
.
Note that a PR that closes this issue must also close #157.
Metadata
Metadata
Assignees
Labels
priority: highstatus: pending PRIt has one or more PRs pending to solve this issueIt has one or more PRs pending to solve this issue