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
As these functions are simply just wrappers for numpy functions, it seems redundant to have these included within toqito as glorified wrapper functions. We should likely remove these functions and simply invoke either np.vdot or np.outer where appropriate.
The text was updated successfully, but these errors were encountered:
As these functions are simply just wrappers for
numpy
functions, it seems redundant to have these included withintoqito
as glorified wrapper functions. We should likely remove these functions and simply invoke eithernp.vdot
ornp.outer
where appropriate.The text was updated successfully, but these errors were encountered: