qiskit-community / qiskit-cold-atom

Tools to control cold-atom-based quantum simulators and quantum computers.
https://qiskit-community.github.io/qiskit-cold-atom/
Apache License 2.0
31 stars 17 forks source link

Remove `qiskit-terra` dependency in favor of `qiskit` #97

Open 1ucian0 opened 6 months ago

1ucian0 commented 6 months ago

qiskit-cold-atom depends on qiskit-terra (>=0.17.1) https://www.wheelodex.org/projects/qiskit-cold-atom/ which is reaching EoL:

[!IMPORTANT] The package qiskit-terra is not going to be updated after August 15th, 2024. Since Qiskit 0.44 (released on July 27th, 2023), the qiskit meta-package only contains qiskit-terra. In Qiskit 1.0 and beyond, the meta-package architecture is removed. If you are installing or depending on qiskit-terra, consider changing that to qiskit: Either qiskit>=0.x,<1 (if you did not transition to Qiskit 1.0 yet) or qiskit>=0.x,<2 (to also include Qiskit 1.*). Read more.

robotAstray commented 2 months ago

@1ucian0 was this issue resolved? If not, I would like to have a go.