コード例 #1
0
ファイル: block_gf.py プロジェクト: tayral/triqs_0.x
 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
ファイル: block_gf.py プロジェクト: tayral/triqs_0.x
 def real(self) : 
     """Use self.real in a plot to plot only the real part"""
     return _Plot_Wrapper_Partial_Reduce(self,RI='R')