qiskit.transpiler.StagedPassManager.remove¶
- StagedPassManager.remove(index)[source]¶
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.
- রিটার্ন টাইপ
None