-
Notifications
You must be signed in to change notification settings - Fork 98
change backend name to Torino #2766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
chongyouquan
commented
Mar 11, 2025
•
edited
Loading
edited
- Change backend name used in q-ctrl-performance-management.ipynb to Torino
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Thanks for contributing to Qiskit documentation! Before your PR can be merged, it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient. Thanks! 🙌 One or more of the following people are relevant to this code: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This approach should work fine. However, I don't think we have access to Fez from our testing instance, can we use ibm_torino
instead?
Then it's probably easiest if I run the notebook and push to this branch.
@frankharkins: Ok done, changed the backend name to Torino. Could you take a look again? Thanks! Also, is it possible to manually trigger a re-run of this notebook with the change? |
@chongyouquan sorry for the delay, I'm trying to run the notebook but am getting an error with Qiskit Serverless that I'm struggling to debug. If you want to try it yourself, you can run this command from the root of this repo, then commit the results and push.
I'll continue looking into the serverless error. |
Hi @frankharkins thanks for looking into the problem, is there a chance you can share the stacktrace of the problem? We identified an issue with qiskit 1.4 recently.
|
@eginez thanks, I'm running now with those requirements but it's taking quite a long time. I'll push the results as soon as it's done. In the meantime, I've pushed a couple of small changes to the notebook (73eecd3), please let me know if this is ok:
Also, here's the stack trace, although it's not very helpful: Stack trace---------------------------------------------------------------------------
QiskitServerlessException Traceback (most recent call last)
Cell In[8], line 2
1 # Retrieve the counts from the result list
----> 2 result = qctrl_estimator_job.result()
File ~/Documents/documentation/.venv/lib/python3.11/site-packages/qiskit_serverless/core/job.py:190, in Job.result(self, wait, cadence, verbose, maxwait)
187 results = self._job_service.result(self.job_id)
189 if self.status() == "ERROR":
--> 190 raise QiskitServerlessException(results)
192 if isinstance(results, str):
193 try:
QiskitServerlessException: {} |
@frankharkins Excellent thanks for that, those changes look good. On the stacktrace, nop that looks different. I was observing an issue with qpy serialization. |