qrisp.PassManager.remove_pass#

PassManager.remove_pass(index: int) PassManager[source]#

Remove a pass at the specified index.

Parameters:
indexint

Index of the pass to remove.

Returns:
PassManager

Returns self for method chaining.