Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release Qiskit Terra - Numpy Matrix #9626

Closed
GiuliaFranco opened this issue Feb 20, 2023 · 3 comments · Fixed by #9832
Closed

New release Qiskit Terra - Numpy Matrix #9626

GiuliaFranco opened this issue Feb 20, 2023 · 3 comments · Fixed by #9832
Labels
mod: algorithms Related to the Algorithms module type: feature request New feature or request

Comments

@GiuliaFranco
Copy link

What should we add?

Good morning, the current documentation of qiskit highlights that the NumPyMatrix class will be deprecated.
Which class will implement the same functionality ?

"The NumPyMatrix class is deprecated as of Qiskit Terra 0.22.0
and will be removed no sooner than 3 months after the release date. "

@GiuliaFranco GiuliaFranco added the type: feature request New feature or request label Feb 20, 2023
@jakelishman jakelishman added the mod: algorithms Related to the Algorithms module label Feb 20, 2023
@woodsp-ibm
Copy link
Member

That is part of the linear solvers package and done for HHL. The linear solvers package, including HHL, and all that support logic is now deprecated and being removed. For HHL the message refers to the textbook where HHL is described etc. See https://learn.qiskit.org/course/ch-applications/solving-linear-systems-of-equations-using-hhl-and-its-qiskit-implementation. Now you will see a link in there in Section 4 referring to a qiskit implementation - the link has the code which can now be found here https://github.com/anedumla/quantum_linear_solvers along with the NumPyMatrix class.

@GiuliaFranco
Copy link
Author

Thank you, so the implementation will be available also after deprecation here https://github.com/anedumla/quantum_linear_solvers ?
Could you provide a deprecation time estimation please?

Thank you very much

@woodsp-ibm
Copy link
Member

so the implementation will be available also after deprecation here

Yes, and the code is already available there now.

Could you provide a deprecation time estimation please?

The linear solvers logic, including HHL, was deprecated in version 0.22 (you see that in the message you posted). The earliest it could be removed from Terra, compliant with Qiskit deprecation policy, is in version 0.24 which is currently planned for end April (27th)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mod: algorithms Related to the Algorithms module type: feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants