|
Dear all, Prints 0 for Li and 1 or H. I can't understand why this is correct. |
Answered by
awvwgk
Apr 3, 2025
Replies: 1 comment
|
For the Hamiltonian calculation a symmetric adjacency list is used and only one half of the list is stored, i.e. the Li-H adjacency is stored for the second atom and the first atom is considered to not have any entries. For more details on the logic behind the adjacency list construction and format, see https://tblite.github.io/tblite/namespacetblite__adjlist.html or Lines 22 to 42 in fd0e7ca |
0 replies
Answer selected by
tornikeo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the Hamiltonian calculation a symmetric adjacency list is used and only one half of the list is stored, i.e. the Li-H adjacency is stored for the second atom and the first atom is considered to not have any entries.
For more details on the logic behind the adjacency list construction and format, see https://tblite.github.io/tblite/namespacetblite__adjlist.html or
tblite/src/tblite/adjlist.f90
Lines 22 to 42 in fd0e7ca