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