1
General Questions and Answers / Re: How to extract and feed the real space TB Hamiltonian in ATK-SE calculation
« on: July 12, 2019, 15:11 »
Hi,
there is no method to get the whole real space Hamiltonian. The closest you can do is to effectively zero out the fourier transform components by repeating the configuration and extracting H, S in Gamma. Then you can access via Python the individual blocks of the output matrices and evaluate the onsite and hopping matrix elements.
And no, you can't really feed an external real space Hamiltonian, that's an internal quantity which can't be easily exposed or overriden.
there is no method to get the whole real space Hamiltonian. The closest you can do is to effectively zero out the fourier transform components by repeating the configuration and extracting H, S in Gamma. Then you can access via Python the individual blocks of the output matrices and evaluate the onsite and hopping matrix elements.
And no, you can't really feed an external real space Hamiltonian, that's an internal quantity which can't be easily exposed or overriden.