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

Remove inner_product and outer_product functions #830

Closed
vprusso opened this issue Oct 5, 2024 · 0 comments · Fixed by #833
Closed

Remove inner_product and outer_product functions #830

vprusso opened this issue Oct 5, 2024 · 0 comments · Fixed by #833
Assignees
Milestone

Comments

@vprusso
Copy link
Owner

vprusso commented Oct 5, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants