Exemple #1
0
 def do(self):
     AutoConnectMixin.do(self, max([1, self.parameters.distance]))
Exemple #2
0
 def do(self):
     AutoConnectMixin.do(self, bonds.max_length)
Exemple #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
Exemple #4
0
 def do(self):
     AutoConnectMixin.do(self, 2 * periodic.max_radius)
Exemple #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
Exemple #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
Exemple #7
0
 def do(self):
     AutoConnectMixin.do(self, max([1, self.parameters.distance]))
Exemple #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
Exemple #9
0
 def do(self):
     AutoConnectMixin.do(self, bonds.max_length)
Exemple #10
0
 def do(self):
     AutoConnectMixin.do(self, 2*periodic.max_radius)