def show_dos(silent=False):
    h = pickup_hamiltonian()  # get hamiltonian
    common.get_dos(h, qtwrap)
Exemplo n.º 2
0
def show_dos(self):
    h = pickup_hamiltonian()  # get hamiltonian
    common.get_dos(h, qtwrap)  # compute DOS
Exemplo n.º 3
0
def show_dos():
    h = pickup_hamiltonian()  # get hamiltonian
    common.get_dos(h, qtwrap)