|
__init__(self,
basename=' cell ' ,
backend=None,
logger=None,
color=None,
vdw_scale=1.0)
Create a Builder object |
|
|
|
log(self,
msg,
level=20)
Log a message |
|
|
bool
|
|
list
|
findRings(self,
struct)
Find all the rings in the provided structure. |
|
|
dict
|
findRingSpears(self,
ring_struct,
spear_struct=None,
rings=None,
ring_based=True,
pbcminmax=None)
Find all cases where a bond spears a ring |
|
|
dict
|
removeIgnoredClashes(self,
all_clashes,
ignored_clashes)
Get only those clashes that are not ignored. |
|
|
tuple
|
getInfraStructure(self,
struct)
Get an infrastructure Structure object and an associated bitset
struct.atom_total long |
|
|
dict
|
getClashes(self,
struct1,
cutoff,
struct2=None,
pbcminmax=None)
Find clashes - either intrastructure if struct2 is None, or
interstructure if struct2 is not None. |
|
|
dict
|
|
|
colorByMolecule(self,
struct)
Color each molecule in struct a different color |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|