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

Incomplete support of Abelian point-group symmetry in LASSCF and LASSI #53

Open
MatthewRHermes opened this issue Nov 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@MatthewRHermes
Copy link
Owner

Currently, the handling of point group symmetry in LASSCF and LASSI only supports symmetry elements that leave each fragment in place. So for instance, trans-butadiene split into two (2,2) π-orbital fragments on either end can be calculated with Cs point group but not the full C2h point group, because the C2 rotation permutes each fragment with the other. Symmetry elements that permute one fragment with another are mandatory for PBC-related applications such as band structures because such features represent the only rigorous way to consistently enforce a particular phase convention of the wave function.

The main obstacles here seem to be:

  1. Applying a symmetry operator to an entire multielectron wave function defined in an active subspace such that it changes places with a different active subspace. Symmetry operators applied to individual orbitals are, of course, already implemented in PySCF
  2. Deriving and implementing the energy derivatives with respect to symmetry-adapted unitary group generators.
  3. Deriving the equations describing a symmetry-adapted LASSI model space and applying this framework to the LASSI logical scaffolding.
@MatthewRHermes MatthewRHermes added the enhancement New feature or request label Nov 17, 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