We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: