SashwatAnagolum / Elivagar

A data-dependent, noise aware framework for quantum architecture search.
5 stars 1 forks source link

Regarding Compatibility issue #10

Open gurinder-hub opened 1 month ago

gurinder-hub commented 1 month ago

With the current requirements.txt, there is a issue related to getting device backend using "from qiskit import IBMQ" because "qiskit_ibmq_provider" is depreciated. We need to use the "qiskit_ibm_runtime" that is for qiskit>=1.1.0. Now the issue is that qiskit>=1.1.0 is not compatible with torchquantum. how to resolve this issue?

gurinder-hub commented 1 month ago

Please ignore previous msg, as issues is resolved. Thank you