Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

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.