functions.plotting.band_structure

band_structure(model, args, data, plotting=False)[source]

Plot the Hofstadter band structure.

Parameters:
  • model (Hofstadter.hamiltonian) – The Hofstadter Hamiltonian class attribute.

  • args (dict) – The arguments passed to the program.

  • data (ndarray) – The data array.

  • plotting (bool) – The plotting script flag.