Skip to content

On loading overlap matrices #806

Answered by tfrederiksen
cescorihuela asked this question in Q&A
Discussion options

You must be logged in to vote

To build a non-orthogonal hamiltonian for graphene, say with hopping $t$ and overlap $s$ between first neighbours, you could do:

g = sisl.geom.graphene()
H = Hamiltonian(g, orthogonal=False)
r = (0.1, 1.6)  # radii
h1 = (0, 1)  # onsite and overlap for inner sphere
h2 = (t, s)  # hopping and overlap for first shell
H.construct([r, (h1, h2)])

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cescorihuela
Comment options

@zerothi
Comment options

Answer selected by zerothi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants