Predefined example models#
A collection of predefined example models is provided in the strawberrypy.example_models module, that can be used as templates to define custom models and to test the code. The module includes the Haldane and Kane-Mele models, which are paradigmatic models of Chern and \(\mathbb{Z}_{2}\) topological insulators, respectively.
Haldane model#
This module contains two equivalent functions that create an instance of the Haldane model with PythTB or TBmodels. The Haldane model is a tight-binding model describing spinless electrons hopping on a 2D honeycomb lattice with a staggered magnetic flux. The parameters of the model are the nearest-neighbor hopping \(t\), the on-site energy term \(\pm\Delta\) with opposite signs on the two sublattices and the second-nearest-neighbor hopping term \(t_2e^{i\phi}\). The Hamiltonian of the model reads:
where \(\nu_{ij}=\pm 1\) is a factor accounting for the direction of the complex hopping.
|
The Haldane model with TBmodels. |
|
The Haldane model with PythTB. |
Kane-Mele model#
This module contains two equivalent functions that create an instance of the Kane-Mele model with PythTB or TBmodels. The Kane-Mele model is a tight-binding model describing spinful electrons hopping on a 2D honeycomb lattice with spin-orbit coupling and a Rashba term (breaking \(S_z\)-symmetry). The parameters of the model are the intensity of the diagonal spin-orbit coupling \(\lambda_{SO}\), the Rashba term \(\lambda_{R}\). The Hamiltonian of the model reads:
where \(\tau_i\in\{0,1\}\) is an index which distinguishes the two sublattices, \(\nu_{ij}=\pm 1\) accounts for the direction of the hoppings and \(\hat{\mathbf e}_{\langle ij\rangle}=\hat{\mathbf d}_{\langle ij\rangle}\times\hat{\mathbf z}\) where \(\hat{\mathbf d}_{\langle ij\rangle}\) is the unit vector in the direction from site \(i\) to site \(j\). In the Hamiltonian, the double sum on the spin indices is implied in each term, with the convention that if no spin matrices appear, they are contracted over the identity.
|
The Kane-Mele model with TBmodels. |
|
The Kane-Mele model with PythTB. |