示例#1
0
文件: mammoth.py 项目: bsmithers/hpf
 def __str__(self):
     cline = MammothCL.__str__(self)
     if self.contact_order:
         cline += " -c 1"
     return cline
示例#2
0
文件: mammoth.py 项目: bsmithers/hpf
 def __init__(self, contact_order, *args, **kwargs):
     MammothCL.__init__(self, *args, **kwargs)
     self.contact_order = contact_order