Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

The direct product in your case involves is the product of 2D irreps. It can be decomposed to 2 1D irreps and 1 2D irreps. The direct_prod function only outputs one of the three irreps. You cannot use this function to find the accurate direct products for cylindrical symmetry.

To accurately handle the symmetry of cylindrical symmetry, the orbitals should be linearly transformed to (+) and (-) complex orbitals from the real orbitals in x, y representations. Then you can obtain the momentum of the orbitals and use the momentum to derive the direct product. In fci module, the cylindrical symmetry is treated this way, e.g.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sunqm
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1910 on January 27, 2025 01:05.