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

LASSI-LPDFT Framework #109

Merged
merged 12 commits into from
Aug 8, 2024
Merged

Conversation

JangidBhavnesh
Copy link
Contributor

@JangidBhavnesh JangidBhavnesh commented Aug 3, 2024

  1. Initial Framework
  2. Example
  3. The test case is missing

Can you have a look? and if something is missing, I will add or correct that then I will add the test case.

Thanks

@JangidBhavnesh
Copy link
Contributor Author

This doesn't work when LASSI includes the local excitations. Have to change the L-PDFT diagonalization step.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A lot of the functions in this file seem to be identical to existing functions in pyscf_forge, which the user would need anyway to do this, so just refer to those functions.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now, I have imported these functions from pyscf-forge directly.

lsi = lassi.LASSI(las)
lsi.kernel()

mc = mcpdft.LASSI(lsi,'tPBE', (2,2),((1, 0),(1, 0)),spin_sub=(2,2))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it necessary to repeat the ncas_sub, nelecas_sub, etc?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed it.

@MatthewRHermes MatthewRHermes merged commit 2d9422b into MatthewRHermes:dev Aug 8, 2024
2 of 3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants