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

apply the transpose elimination trick to EOMCCSD #1036

Open
jeffhammond opened this issue Oct 27, 2024 · 0 comments
Open

apply the transpose elimination trick to EOMCCSD #1036

jeffhammond opened this issue Oct 27, 2024 · 0 comments
Assignees

Comments

@jeffhammond
Copy link
Collaborator

#882 removes the transposes from

i0 ( p3 p4 h1 h2 )_vt + = 1/2 * Sum ( p5 p6 ) * t ( p5 p6 h1 h2 )_t * v ( p3 p4 p5 p6 )_v

We can do the same to eomccsd_x2_7 and eomicsd_x2_7.

There are also a bunch of other places that don't matter (CISD, QCISD, CC2) where we can probably just replace their routine with ccsd_t2_8 (although check the intorb effects).

@jeffhammond jeffhammond self-assigned this Oct 27, 2024
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