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

Discussion: Permutation vs. Matrix categorization of functions #340

Open
vprusso opened this issue Dec 10, 2023 · 0 comments
Open

Discussion: Permutation vs. Matrix categorization of functions #340

vprusso opened this issue Dec 10, 2023 · 0 comments

Comments

@vprusso
Copy link
Owner

vprusso commented Dec 10, 2023

Not definitively prescribing something here, but I wonder if:

Moving from perms -> matrices:

  • perms/antisymmetric_projection.py -> matrices/antisymmetric_projection.py
  • perms/permutation_operator.py -> matrices/permutation_operator.py
  • perms/swap_operator.py -> matrices/swap_operator.py
  • perms/symmetric_projection.py -> matrices/symmetric_projection.py

Moving from perms -> matrix_ops:

  • perms/swap.py -> matrix_ops/swap.py
  • perms/permute_systems -> matrix_ops/permute_systems.py

The rest of the content in perms/ could stay in that directory. It seems like the above categorization may be a bit more reasonable and clear.

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

No branches or pull requests

1 participant