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
{{ message }}
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
In PR #31 we using scipy.linalg.solve with argument assuma_a='pos', to reproduce this with torch however we should use scipy.linalg.cholesky so we can replace it later with equistore operations. This needs a bit additional work (how some additional postprocessing, checking if the scipy and torch solvers bring similar accuracy), so we deal with this in a new PR.
The text was updated successfully, but these errors were encountered:
In PR #31 we using scipy.linalg.solve with argument
assuma_a='pos'
, to reproduce this with torch however we should use scipy.linalg.cholesky so we can replace it later with equistore operations. This needs a bit additional work (how some additional postprocessing, checking if the scipy and torch solvers bring similar accuracy), so we deal with this in a new PR.The text was updated successfully, but these errors were encountered: