Elena Peña Tapia
Elena Peña Tapia
@kt474 the changes from https://github.com/Qiskit/qiskit/pull/11996 only "wipe out the patch" when the input is a `BackendV1`, but if the input were of type `BackendV2` there would be no internal conversion...
I think it's relevant to note that cloud simulators have been retired as of May 15th, you can refer to this [migration guide](https://docs.quantum.ibm.com/api/migration-guides/local-simulators) to see why have cloud simulators been...
The tests were moved in https://github.com/Qiskit/qiskit-ibm-runtime/pull/1140, the base class PR (#1270) is a follow-up of this one. As far as I know, there are no base class unit tests to...
@nonhermitian, I agree with @jyu00. We already implement several flavors of "retry-primitives" to run our algorithms, you can check out this [issue](https://github.com/Qiskit/qiskit-ibm-runtime/issues/598#issuecomment-1380553691) for reference (@luciacuervovalor keeps it updated with the...
I am running into a similar issue, with a slightly different error message: `Failed - M3 calibration failed: 'Timed out waiting for job to finish.` In my case it's a...
Hey! I found a pretty interesting application for this project, sent it through Slack :)
Pushing the milestone to 1.3, there are currently open questions related to the new `SparseObservable` implementation (#12671 ).
I tried fixing the latest conflicts and proposing a solution for the failed test. To make the code work after merging the changes from #12705 I ended up applying a...
Just to clarify, I think that the guide should show the V2 broadcasting rules, which will be the same for *all V2 primitives* (we can run with the statevector primitives...
The estimator RFC had a nice explanation of the broadcasting rules for the internal container classes used by the primitives: https://github.com/Qiskit/RFCs/blob/master/0015-estimator-interface.md#arrays-and-broadcasting-. I think that a relatively low-effort approach would be...