From cf1099a8ce573a8214b31c13e4b7b83daa65c208 Mon Sep 17 00:00:00 2001 From: Michel Ferrero Date: Tue, 9 Dec 2014 14:53:33 +0100 Subject: [PATCH] [transport] Minor changes lost in rebase --- python/sumk_dft_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sumk_dft_tools.py b/python/sumk_dft_tools.py index e9807d42..59d711e8 100644 --- a/python/sumk_dft_tools.py +++ b/python/sumk_dft_tools.py @@ -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']