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
I am trying to calculate orbital Hall conductivity using HopTB, and I need to use the velocity matrix. But as shown in the code,
"v[n, m] is only correct when band m is nondegenerate or completely degenerate", so I wonder how to deal with the situation that band n and m are degenerate.
Thank you for your help
Best regards,
Pan
The text was updated successfully, but these errors were encountered:
The formalism of HopTB does not utilize degenerate perturbation theory. It is possible to extend current scheme to include degenerate bands, but right now the only way to do the calculation is to ignore degeneracies, since they occupy zero area in the Brillouin zone.
Dear Developers,
I am trying to calculate orbital Hall conductivity using HopTB, and I need to use the velocity matrix. But as shown in the code,
"v[n, m] is only correct when band m is nondegenerate or completely degenerate", so I wonder how to deal with the situation that band n and m are degenerate.
Thank you for your help
Best regards,
Pan
The text was updated successfully, but these errors were encountered: