Hi Rafal and Joseph,

 

Thank you for your replies.

 

“Tight binding” can have multiple meanings in this context, so I could use a little clarification.

 

The dispersion that I showed is already a tight-binding model in the sense that the spin example in the tutorial is a tight-binding model: I set up a lattice in kwant (kwant.lattice.chain in my case) and define the Cardona and Pollak Hamiltonian matrix at each site, and the momentum operators are turned into finite differences between the sites. I believe this is equivalent to using kwant’s continuum module.

 

The other meaning I can think of is to calculate the band structure using the tight-binding method directly in kwant: making a proper Si lattice in kwant, connecting the sites with the proper tight-binding matrix elements, etc. I’m sure that’s doable, but doing calculations with a 3D lattice sounds expensive.

 

What meaning of “tight-binding model” are you thinking of?

 

Do you have any ideas for how to make the modes that I don’t want become evanescent or otherwise get out of the energy range that I care about? The standard k.p method generates the band structure by perturbing free-particle electron states. As a consequence, at high enough ‘k’, all the modes look like parabolas, and I don’t think it’s possible to get the unwanted bands “out of the way”; the only way they can go is “up”. (I think that I’ve seen some funky k.p method that uses free-particle electron and “hole” states, so there are parabolas that face both up and down, which would allow a band-gap to exist even at large k. That could at least get the unwanted modes out of the band gap.)

 

-Leon

 

From: Rafal Skolasinski <r.j.skolasinski@gmail.com>
Date: Saturday, September 2, 2017 at 7:12 AM
To: "Maurer, Leon" <lmaurer@sandia.gov>
Cc: "kwant-discuss@kwant-project.org" <kwant-discuss@kwant-project.org>
Subject: [EXTERNAL] Re: [Kwant] beyond effective mass (limiting kwant to a range of k)

 

Hi Leon,

Using more advance models like k.p is definitely a good and reasonable idea when one want to get more details about the system.
More advance models like k.p should work without problems with Kwant, you are not restricted to one band effective mass models.

What Kwant cannot do however is to use continuous model to calculate transport properties. You always need to have a tight-binding model.
Kwant’s continuum module that was introduced in version 1.3 can be helpful here.

When you do a transport calculations with Kwant you only need to take care that in desire energy window your tight-binding dispersion
agrees with continuous k.p dispersion.

So to answer to your question

is there a reasonably simple way to restrict the range of k values that kwant considers?

would be: you don’t need to restrict the range of k values, you need to make sure that your model is correct at the
energy you are interested in.

If I missed something I believe core developers will correct me.

Best,
Rafal

 

 

On 2 September 2017 at 00:40, Maurer, Leon <lmaurer@sandia.gov> wrote:

Hello,

 

I’m interested in using kwant to look at transport beyond the effective mass approximation. To that end, I’ve entered a Hamiltonian that reproduces silicon’s band structure [specifically, the k.p Hamiltonian from M. Cardona and F. H. Pollak, Phys. Rev. 142, 530 (1966)] into a 1D kwant lattice.

 

When I plot the bands in the leads using kwant.plotter.bands, at first it looks nothing like Si’s band structure (see lead_bands.pdf, attached). However, when zoomed in to an appropriate k range for Si, Si’s band structure is there as expected (see lead_bands_zoom.pdf, attached). To be more specific, this is Si’s band structure in the (100) direction, which is what I was aiming for.

 

However, this is still useless for transport because kwant calculates transmission as a function of energy for all k values – including k values that are meaningless for Si and need to be excluded from the calculation.

 

So, I think that my question boils down to: is there a reasonably simple way to restrict the range of k values that kwant considers? If not, can you think of another way to hack a full band structure into kwant?

 

Thanks.

 

-Leon

 

PS. Just to preempt some non-helpful answers: I am not interested in replies along the lines of “You couldn’t possibly need to include the full band structure. Just use an effective mass.” I have good reasons to want to include the full band structure.