luciacuervovalor

Results 3 comments of luciacuervovalor

Hey @MarcoBarroca! Please look at @ElePT's message above, there's a [link](https://github.com/Qiskit/qiskit-ibm-runtime/issues/598#issuecomment-1380553691) to the code we are using for this and hopefully it fixes your problem

**Update** This issue can also occur when `skip_transpilation` is set to `False`. Further, other errors may randomly arise. Below is the updated version of the patch which catches these other...

**Update** Here is the patch updated such that it works for the Estimator too (i.e. the retry logic here is common to both the Sampler and the Estimator) ```python import...