the orbital format in the HS.out file(the basis of KS element in matrix) |
- Date: 2023/11/17 11:36
- Name: LinTzuChing
<j859679340@gmail.com>
- Dear developers,
Upon reviewing the code in the 'analysis_example.c' files, I observed the following illustration:
/***** ct_AN: global index of atoms h_AN: local index of neighboring atoms for the atom ct_AN i: orbital index in the atom ct_AN j: orbital index in the atom h_AN
NOTE:
For instance, if the basis specification of the atom ct_AN is s2p2, then the orbital index runs in order of s, s', px, py, pz, px', py', pz' *****/
However, the use of s2p2 seems limited. If I opt for a more comprehensive orbital configuration like s3p3d2f1, the orbital index should follow:
s, s', s'', px, py, pz, px', py', pz', px'', py'', pz'', dz2, dxz, dyz, dxy, dx2-y2, ...
or
s, s', px, py, pz, s'', px', py', pz', dz2, dxz, dyz, dxy, dx2-y2, px'', py'', pz'', ...
In essence, my question is:
Are the basis classifications of each orbital determined by 's, p, d, f, ...', or do they depend on the electron energy level of the orbital?
Best regards,
Tzuching
| |