Ejemplo n.º 1
0
 def do(self):
     AutoConnectMixin.do(self, max([1, self.parameters.distance]))
Ejemplo n.º 2
0
 def do(self):
     AutoConnectMixin.do(self, bonds.max_length)
Ejemplo n.º 3
0
 def analyze_selection(parameters=None):
     # A) calling ancestor
     if not ImmediateWithMemory.analyze_selection(parameters): return False
     if not AutoConnectMixin.analyze_selection(): return False
     # C) passed all tests:
     return True
Ejemplo n.º 4
0
 def do(self):
     AutoConnectMixin.do(self, 2 * periodic.max_radius)
Ejemplo n.º 5
0
 def analyze_selection():
     # A) calling ancestor
     if not AutoConnectMixin.analyze_selection(): return False
     if not Immediate.analyze_selection(): return False
     # C) passed all tests:
     return True
Ejemplo n.º 6
0
 def analyze_selection():
     # A) calling ancestor
     if not AutoConnectMixin.analyze_selection(): return False
     if not Immediate.analyze_selection(): return False
     # C) passed all tests:
     return True
Ejemplo n.º 7
0
 def do(self):
     AutoConnectMixin.do(self, max([1, self.parameters.distance]))
Ejemplo n.º 8
0
 def analyze_selection(parameters=None):
     # A) calling ancestor
     if not ImmediateWithMemory.analyze_selection(parameters): return False
     if not AutoConnectMixin.analyze_selection(): return False
     # C) passed all tests:
     return True
Ejemplo n.º 9
0
 def do(self):
     AutoConnectMixin.do(self, bonds.max_length)
Ejemplo n.º 10
0
 def do(self):
     AutoConnectMixin.do(self, 2*periodic.max_radius)