예제 #1
0
파일: eos.py 프로젝트: PHOTOX/fuase
 def plot(self, filename=None, show=None):
     if self.eos_string == 'sjeos':
         return EquationOfStateSJEOS.plot(self, filename, show)
     else:
         return EquationOfStateASE2.plot(self, filename, show)
예제 #2
0
파일: eos.py 프로젝트: fuulish/fuase
 def plot(self, filename=None, show=None):
     if self.eos_string == 'sjeos':
         return EquationOfStateSJEOS.plot(self, filename, show)
     else:
         return EquationOfStateASE2.plot(self, filename, show)