Ejemplo n.º 1
0
def show_bands():
  comp = computing() # create the computing window
  h = pickup_hamiltonian() # get hamiltonian
  common.get_bands(h,qtwrap) # get the band structure
  comp.kill()
Ejemplo n.º 2
0
def show_bands(self=0):
    h = pickup_hamiltonian()  # get hamiltonian
    common.get_bands(h, qtwrap)  # wrapper
Ejemplo n.º 3
0
def show_bands():
    h = pickup_hamiltonian()  # get hamiltonian
    common.get_bands(h, qtwrap)