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

ov paired permutations #37

Open
edeprince3 opened this issue Jan 19, 2023 · 0 comments
Open

ov paired permutations #37

edeprince3 opened this issue Jan 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@edeprince3
Copy link
Owner

in ccsdt, paired ov permutations can arise. three of these are recognized by the equation generation machinery:

PP2(i,a,j,b) R(ijk, abc) = R(ijk, abc) + R(jik, bac)
PP3(i,a,j,b,k,c) R(ijk, abc) = R(ijk, abc) + R(jik, bac) + R(kji, cba)
PP6(I,a,j,b,k,c) R(ijk, abc) = R(ijk, abc) + R(jik, bac) + 4 other terms

code generators need to support these permutations, too.

@edeprince3 edeprince3 added the enhancement New feature or request label Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant