DiviPerformanceWarning

exception DiviPerformanceWarning[source]

Emitted when a pipeline configuration is known to be slow.

Raised from CircuitPipeline at construction time for configurations that are legal but suboptimal (e.g. exhaustive QuEPP sampling, ParameterBindingStage placed before QEMStage). Suppress by passing suppress_performance_warnings=True to the pipeline constructor, or by filtering on this class at module level.