什么IBM_Q后端支持Qiskit脉冲?
我正在进行一个对量子量的脉动的实验,我偶然发现了这个错误:
trackback(最新通话最后): 输入[73] in<单元线:1> 频率_sweep_results = job.result(timeout = 120)#超时参数设置为120秒 file/opt/conda/lib/python3.8/site-packages/qiskit/providers/ibmq/job/ibmqjob.py:290结果 提高IBMQJOBFAILUREERROR( IBMQJOBFAILUREERROR:“无法检索工作结果627BCFFAFD267C3DBC4F42F7。作业失败了:选定的后端不支持QOBJ脉冲类型。错误代码:1108。
错误代码1108为: 在支持开放脉冲的后端上运行工作。后端是否支持开放脉冲可以在其配置数据中找到。
使用%结核病来获取我使用的完整追溯,
我使用了IBMQ_SANTIAGO,IBMQ_MANILA和IBMQ_LIMA,到目前为止,所有这些都给了我同样的错误。
有人可以建议支持Qiskit Pulse的后端吗?
I was doing an experiment with open pulse on caliberation of a qubit and I stumbled upon this error:
Traceback (most recent call last):
Input In [73] in <cell line: 1>
frequency_sweep_results = job.result(timeout=120) # timeout parameter set to 120 seconds
File /opt/conda/lib/python3.8/site-packages/qiskit/providers/ibmq/job/ibmqjob.py:290 in result
raise IBMQJobFailureError(
IBMQJobFailureError: 'Unable to retrieve result for job 627bcffafd267c3dbc4f42f7. Job has failed: The Qobj pulse type is not supported by the selected backend. Error code: 1108.'
Error code 1108 being :
Run the job on a backend that supports open pulse. Whether a backend supports open pulse can be found in its configuration data.
Use %tb to get the full traceback
I have used ibmq_santiago,ibmq_manila and ibmq_lima so far all giving me the same error.
Could someone suggest a backend that supports qiskit pulse?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在:
以编程方式列出后端,并以脉冲支持列出以下方式访问:
You can check out the backends with pulse support in the table view of IBM service list:
Programmatically, you can list the backends with pulse support you have access to in the following way: