DiviPerformanceWarning¶
- exception DiviPerformanceWarning[source]¶
Emitted when a pipeline configuration is known to be slow.
Raised from
CircuitPipelineat construction time for configurations that are legal but suboptimal (e.g. exhaustive QuEPP sampling, ParameterBindingStage placed before QEMStage). Suppress by passingsuppress_performance_warnings=Trueto the pipeline constructor, or by filtering on this class at module level.