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