qiskit.transpiler.StagedPassManager.remove¶
- StagedPassManager.remove(index)[ソース]¶
Removes a particular pass in the scheduler.
- パラメータ
index (int) – Pass index to replace, based on the position in passes().
- 例外
TranspilerError – if the index is not found.