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?
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?