Tight - Binding Models¶
This module contains the class for creating systems based on TBmodels tight-binding models.
-
class
z2pack.tb.System(tb_model, **kwargs)[source]¶ Bases:
z2pack.hm.SystemSystem class for tight-binding models.
- Parameters
tb_model (Instance of
tbmodels.Modelor one of its subclasses.) – The tight-binding model.kwargs – Keyword arguments passed to
hm.System.
The
pos,bandsanddimkeywords ofhm.Systemare determined from thetb_modelunless otherwise specified.