qat.runtime.results_pipeline module

get_default_results_pipeline(model)

Factory for creating the default results pipeline.

Parameters:

model (QuantumHardwareModel) – The quantum hardware model to use for the pipeline.

Return type:

PassManager

get_results_pipeline(model, target_data)

Factory for creating the results pipeline.

Parameters:

model (PhysicalHardwareModel) – The quantum hardware model.

Return type:

PassManager