You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#668 will be VERY inefficient, unless the PolynomialTensor class supports sparse matrices (which we had already discussed but not formally tracked yet).
Since scipy-sparse matrices only support 2D arrays, we will rely on https://sparse.pydata.org/en/stable/#, the same library also used in the Qiskit Machine Learning module.
The text was updated successfully, but these errors were encountered:
What should we add?
#668 will be VERY inefficient, unless the
PolynomialTensor
class supportssparse
matrices (which we had already discussed but not formally tracked yet).Since scipy-sparse matrices only support 2D arrays, we will rely on https://sparse.pydata.org/en/stable/#, the same library also used in the Qiskit Machine Learning module.
The text was updated successfully, but these errors were encountered: