3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-26 15:12:18 +02:00

[transport] Minor changes lost in rebase

This commit is contained in:
Michel Ferrero 2014-12-09 14:53:33 +01:00 committed by Priyanka Seth
parent 93ce1abad0
commit cf1099a8ce

View File

@ -330,7 +330,7 @@ class SumkDFTTools(SumkDFT):
def spaghettis(self,broadening,shift=0.0,plot_range=None, ishell=None, invert_Akw=False, fermi_surface=False):
""" Calculates the correlated band structure with a real-frequency self energy.
ATTENTION: Many things from the original input file are are overwritten!!!"""
ATTENTION: Many things from the original input file are overwritten!!!"""
assert hasattr(self,"Sigma_imp"), "Set Sigma First!!"
things_to_read = ['n_k','n_orbitals','proj_mat','hopping','n_parproj','proj_mat_pc']