forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Legacy code removal in pass manager (Qiskit#11448)
* Remove flow controller subclass .append * Update builtin pass managers to avoid append pattern * Remove running pass manager * Remove PropertySet and Fenced objects from transpile * Remove _pass_sets and let PassManager generate pass list on the fly This is necessary because kwargs is going to be removed from append method. Current pass list is generated based on the kwargs. * Remove kwargs from PassManager.append and .replace This also removes FlowController factory class * Remove max_iteration keyword from append and replace * Reno * minor: fix test and docs * Remove qiskit.passmanager.flow_controllers.FlowController * Remove .passes method from PassManager and StagedPassManager * Update reference image of pass manager drawer test * minor: fix drawer label generation * Revert "Update builtin pass managers to avoid append pattern" This reverts commit 4bcfcd6. * Minimum update of builtin pass managers
- Loading branch information
1 parent
ab2e410
commit 68e65f5
Showing
23 changed files
with
497 additions
and
1,033 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.