Need help regarding connecting matlab to ibm qiskit.
2 ビュー (過去 30 日間)
古いコメントを表示
when using the command: dev = quantum.backend.QuantumDeviceIBM("ibmq_qasm_simulator")
it shows error as: Unable to resolve the name 'quantum.backend.QuantumDeviceIBM'.
Error in nwtr (line 1)
dev = quantum.backend.QuantumDeviceIBM("ibmq_qasm_simulator")
need to help to resolve this.
0 件のコメント
回答 (1 件)
Mann Baidi
2023 年 12 月 8 日
編集済み: Mann Baidi
2023 年 12 月 8 日
Hi Sowmya,
I understand you are facing issue in using the "quantum.backend.QuantumDeviceIBM" in MATLAB.
For using this function, you will have to install the "MATLAB Support Package for Quantum Computing" in your local desktop. The support package is published by the MATLAB Staf members. You can install the Support Package using the following link.
Hope this will help you!
2 件のコメント
Mann Baidi
2023 年 12 月 8 日
Have you also installed it? If not,when, double click on the support package, a pop up will appear, click on "Accept" then it will start downloading and installing packages. Try doing this in the working directory if possible.
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!