rigetti / qiskit-rigetti

Qiskit provider serving Rigetti hardware & simulator backends.
Apache License 2.0
8 stars 4 forks source link

Attempting to use pyquil v4 on rigetti jupyter notebook #52

Open msierras opened 1 month ago

msierras commented 1 month ago

I am currently using the rigetti jupyter notebook, I tried running the sample code using pyquil v4, but ran into errors. I then ran the jupyter notebook using pyquil v3 and the code worked fine. I am also using qiskit 1.0.2 as I have qiskit code that requires that version. Is there a way to use pyquil v4 with rigetti-qiskit? If not, then is there a huge difference from pyquil v3?

jselig-rigetti commented 1 month ago

Apologies, if you downgrade your qiskit dependency to ~0.46.0 it should be compatible with pyquil >=4.0. But since you are unable to due to needing >=1.0 features, you should track #53