qiskit.transpiler.StagedPassManager.remove¶
- StagedPassManager.remove(index)[código fonte]¶
Removes a particular pass in the scheduler.
- Parâmetros
index (
int
) – Pass index to replace, based on the position in passes().- Levanta
TranspilerError – if the index is not found.
- Tipo de retorno
None