IBMCompositeJob.rerun_failed#
- IBMCompositeJob.rerun_failed()[source]#
Re-submit all failed sub-jobs.
Note
All sub-jobs that are in “ERROR” or “CANCELLED” states will be re-submitted. Sub-jobs that failed to be submitted will only be re-submitted if the circuits are known. That is, if this
IBMCompositeJob
was returned byqiskit_ibm_provider.IBMBackend.run()
and not retrieved from the server.- Return type:
None