Skip to content
Discussion options

You must be logged in to vote

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

!> A symmetric neighbour map given in dense format like
!>
!> | | 1 | 2 | 3 | 4 | 5 | 6 |
!> |---|---|---|---|---|---|---|
!> | 1 | | x | | x | x | |
!> | 2 | x | | x | | x | x |
!> | 3 | | x | | x | | x |
!> | 4 | x | | x |…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tornikeo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants