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:
- get_experimental_results_pipeline(model, pyd_model)
Factory for creating the experimental results pipeline.
This pipeline includes additional experimental features.
- Parameters:
model¶ (
QuantumHardwareModel
) – The quantum hardware model to use for the pipeline.pyd_model¶ (
PhysicalHardwareModel
) – The quantum hardware model converted to Pydantic.
- Return type: