error using CircuitToEinsum NotImplementedError: circuit from qiskit not supported
#161
Unanswered
d-bharadwaj
asked this question in
Q&A
Replies: 1 comment
-
Hello Dhanvi, Thanks for reporting. This is a miss when we bumped the support of qiskit>=1.0. For a temporary fix, you may:
We will fix this issue in the next cuquantum-python release. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team! My cuquantum cannot infer the package that defines the circuit object from qiskit. I am on WSL using qiskit version 0.43.2 and quantum-python version 24.3.0. I encounter this issue in a different project but here is some short code that replicates the error.
Has anyone encountered this before?
and this is the error :
File "/home/<username>/miniconda3/envs/cafqa/lib/python3.10/site-packages/cuquantum/cutensornet/_internal/circuit_converter_utils.py", line 89, in infer_parser raise NotImplementedError(f'circuit from {base} not supported') NotImplementedError: circuit from qiskit not supported
Beta Was this translation helpful? Give feedback.
All reactions