Class to hold and process a pair of neighboring molecules.
|
__init__(self,
stindex,
mol1,
mol2,
neighbor_info,
pbc=None)
Create a Dimer object |
|
|
|
evaluateSpeciesCriterion(self,
crit_species,
crit,
species)
Check whether this dimer meets the species criterion - sets the
meets_species_criterion property. |
|
|
schrodinger.structure.Structure
|
|
schrodinger.structure.Structure
|
getClusterStructure(self,
struct,
cell=None,
distance=None)
Get a structure that is the dimer surrounded by all nearest neighbor
molecules. |
|
|
schrodinger.structure.Structure
|
getPeriodicPairStructure(self,
struct)
Create a dimer structure for a pair of molecules that takes into
account the periodic boundary condition. |
|
|
schrodinger.structure.Structure
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|