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
The tensor network backends deliberately avoid importing the actual backends, because they are slow to load (especially quimb), and we do not want to pay that price until they are used. Currently we deal with this using local imports in each function. I'd be nice to explore the possibility of making them be lazy imports (via wrapt) instead.
The text was updated successfully, but these errors were encountered:
The tensor network backends deliberately avoid importing the actual backends, because they are slow to load (especially quimb), and we do not want to pay that price until they are used. Currently we deal with this using local imports in each function. I'd be nice to explore the possibility of making them be lazy imports (via wrapt) instead.
The text was updated successfully, but these errors were encountered: