build
ΒΆ
Build Tools (qurry.qurrium.utils.build
)
- qurry.qurrium.utils.build.passmanager_processor(passmanager: str | PassManager | tuple[str, PassManager] | None, passmanager_container: dict[str, PassManager]) tuple[str, PassManager] | None [source]ΒΆ
Process the passmanager for Qurrium.
- Parameters:
- Raises:
KeyError β If the passmanager not found in the container.
ValueError β If the passmanager is invalid.
- Returns:
The passmanager pair.
- Return type: