예제 #1
0
 def __init__(self, attr):
     StateItem.__init__(self, 'thermo_'+attr)
     self.attr = attr
예제 #2
0
 def __init__(self):
     StateItem.__init__(self, 'temp')
예제 #3
0
파일: verlet.py 프로젝트: tovrstra/yaff
 def __init__(self):
     StateItem.__init__(self, 'temp')
예제 #4
0
 def __init__(self, attr):
     StateItem.__init__(self, 'baro_'+attr)
     self.attr = attr
예제 #5
0
파일: nvt.py 프로젝트: boegel/yaff
 def __init__(self, attr):
     StateItem.__init__(self, 'thermo_' + attr)
     self.attr = attr
예제 #6
0
파일: mcutils.py 프로젝트: mcoolsce/yaff
 def __init__(self):
     StateItem.__init__(self, 'volume')
예제 #7
0
파일: npt.py 프로젝트: yfyh2013/yaff
 def __init__(self, attr):
     StateItem.__init__(self, 'baro_'+attr)
     self.attr = attr