qiskit.transpiler.PassManager.remove¶
- PassManager.remove(index)[source]¶
Removes a particular pass in the scheduler.
- Paramètres
index (
int
) – Pass index to replace, based on the position in passes().- Lève
TranspilerError – if the index is not found.
- Type renvoyé
None