You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this problem may not only happen to the U matrix for AOs, It may as well happen for MOs since we don't yet have a symmetrical initial projection for p-orbital Sigma bond. To formally deal with this problem, a modified version of DFT2Wannier90 interface is needed to:
Symmetrize the U matrixes under site symmetry operation.
Add user-defined initial projections. Or, since a perfect p-orbital sigma is like a ellipsoid, it can be easily employed into DFT2wannier90 code, just change the definition of the Spherical Harmonics to a ellipsoid like function.
The text was updated successfully, but these errors were encountered:
I’ll write a patch file for bonding orbitals (MOs) for VASP2WANNIER90 interface,as a guideline for other DFT2WANNIER90 interfaces. Specifically, add ellipsoid-like orbital initial projections for head to head sigma bond.
As for atomic-like basis orbitals (AOs), using spglib to get site symmetry and then averaging corresponding u_mat elements.
Sigma bond in N2 example cannot be correctly decomposed. This may be a problem for all sigma bonds constructed by p-orbitals. The problems are:
The origin of this problem does not belong to the WOOPs code. Instead, It's originated from a non symmetrical U matrix produced by Wannier90.
Using this symmetrical U matrix for AO fixes this problem.
However, this problem may not only happen to the U matrix for AOs, It may as well happen for MOs since we don't yet have a symmetrical initial projection for p-orbital Sigma bond. To formally deal with this problem, a modified version of DFT2Wannier90 interface is needed to:
Symmetrize the U matrixes under site symmetry operation.
Add user-defined initial projections. Or, since a perfect p-orbital sigma is like a ellipsoid, it can be easily employed into DFT2wannier90 code, just change the definition of the Spherical Harmonics to a ellipsoid like function.
The text was updated successfully, but these errors were encountered: