iqm.pulla.utils_qiskit.sweep_job_to_qiskit#
- iqm.pulla.utils_qiskit.sweep_job_to_qiskit(job, *, shots, execution_options)#
Convert a completed Pulla job to a Qiskit Result.
- Parameters:
job (SweepJob) – The completed job to convert.
shots (int) – Number of shots requested.
execution_options (CircuitExecutionOptions) – Circuit execution options used to produce the result.
- Returns:
The equivalent Qiskit Result.
- Return type:
Result