예제 #1
0
파일: GF.py 프로젝트: Swagataacharya/TRIQS
 def imag(self) :
     """Use self.imag in a plot to plot only the imag part"""
     return _Plot_Wrapper_Partial_Reduce(self,RI='I')
예제 #2
0
파일: GF.py 프로젝트: Swagataacharya/TRIQS
 def real(self) : 
     """Use self.real in a plot to plot only the real part"""
     return _Plot_Wrapper_Partial_Reduce(self,RI='R')