mit-han-lab / torchquantum

A PyTorch-based framework for Quantum Classical Simulation, Quantum Machine Learning, Quantum Neural Networks, Parameterized Quantum Circuits with support for easy deployments on real quantum computers.
https://torchquantum.org
MIT License
1.3k stars 197 forks source link

Adapting TQ with New Qiskit Deprecations #235

Closed GenericP3rson closed 7 months ago

GenericP3rson commented 7 months ago

For the upcoming deadline, I’m keeping qiskit < 1.0.0 but have been working on refactoring the completely deprecated IBMQ aspect.

Hanrui-Wang commented 7 months ago

For the upcoming deadline, I’m keeping qiskit < 1.0.0 but have been working on refactoring the completely deprecated IBMQ aspect.

Sounds good to me, does 1.0.0 have a lot of interface changes?

GenericP3rson commented 7 months ago

I think the biggest change that I immediately saw was qiskit-aer is changed, so that would require a bit more looking into.

Full release notes: https://docs.quantum.ibm.com/api/qiskit/release-notes/1.0

GenericP3rson commented 7 months ago

And nice, it looks like we’re passing now! Should be good to merge in!