functions.models.BasicKagomeHamiltonian
- BasicKagomeHamiltonian(t, p, q, k, period)[source]
The basic kagome lattice Hofstadter Hamiltonian.
The Hofstadter Hamiltonian for the kagome lattice with nearest-neighbor hopping.
Note
We have hardcoded this Hamiltonian because it is commonly used and this function is faster than calling the generic Hamiltonian method.
- Parameters:
- Returns:
Hamiltonian – The Hofstadter Hamiltonian matrix of dimension \(3q \times 3q\).
- Return type:
ndarray