Qiskit / qiskit-ibm-runtime

IBM Client for Qiskit Runtime
https://docs.quantum.ibm.com/api/qiskit-ibm-runtime
Apache License 2.0
158 stars 156 forks source link

Reporting an issue while using qiskit runtime estimator method on cloud simulator, the local version seems working #649

Closed jayeshparashar closed 1 year ago

jayeshparashar commented 1 year ago

Describe the bug RuntimeJobFailureError: while using ZI and IZ sparse operators, The code is working fine with ZZ operator, there seems some code issue that can be looked at (some conflict with register names), reporting this issue only with the estimator method on cloud simulator, the code works fine the local version of simulator..

Steps to reproduce https://gist.github.com/jayeshparashar/2250e15f554250f27e8f94a19a96b697

Expected behavior Should have returned the EstimatorResult object

Suggested solutions Fix the runtime error

Additional Information Works fine with Local simulator

merav-aharoni commented 1 year ago

I suspect this is the same as #659, and in #749. I think we can close this issue.

kt474 commented 1 year ago

closing for now, as this is a duplicate