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

HIgher-Order Reduced Density Matrices #58

Open
PaulWAyers opened this issue May 1, 2024 · 2 comments
Open

HIgher-Order Reduced Density Matrices #58

PaulWAyers opened this issue May 1, 2024 · 2 comments
Assignees

Comments

@PaulWAyers
Copy link
Member

It would be nice to have 3- and 4-electron reduced density matrices, especially (perhaps even exclusively) for the seniority-zero case, where the number of indices in these matrices is very small. This might go together with a special implementation for the DMs of seniority-zero wavefunctions.

I'm tentatively tagging @DanielCalero1 on this, as it may be useful for that project. It isn't a super high priority (yet) though.

@msricher
Copy link
Collaborator

msricher commented May 2, 2024

There already exists a special implementation of the {1,2}-RDM for seniority-zero ("DOCI") wave functions here.

It is definitely feasible to code the 3 and 4 -RDMs for the DOCI wave function class. Like with the 1 and 2 -RDMs, you just need to determine the unique non-zero blocks${}^{*}$, and then evaluate the elements over all pairs of connected determinants.

${}^{*}$Something like AAA, AAB, ..., BBA, BBB for the 3-RDM, and AAAA, ..., BBBB for the 4-RDM.

@DanielCalero1
Copy link
Collaborator

Sounds good. I'll take a look into it!

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

3 participants