Esempio 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()
Esempio n. 2
0
def show_bands(self=0):
    h = pickup_hamiltonian()  # get hamiltonian
    common.get_bands(h, qtwrap)  # wrapper
def show_bands():
    h = pickup_hamiltonian()  # get hamiltonian
    common.get_bands(h, qtwrap)