|
|
__init__(self,
file=None,
string=None)
Initialize cms object |
|
|
|
|
__copy__(self)
Allows the structure to be copied by copy.copy |
|
|
|
|
| _synchronize_fsys_ct(self) |
|
|
|
|
sanitize_for_viparr(self)
Viparr's custom mae file reader does not play well with certain
characters like \[ and \] (square brackets). |
|
|
|
|
ffio_refresh(self)
'atom_index' starts from 1. |
|
|
|
|
get_fullsys_ct_atom_index_range(self,
comp_ct_index)
for a given component CT, return a map of that compontent CT in
full_system CT |
|
|
|
|
|
|
|
|
|
|
gid(self,
atom_index)
`atom_index' is the index of the atom in the 'full_system' CT. |
|
|
|
|
site(self,
atom_index)
`atom_index' starts from 1. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_ct_set_restrain(self,
ct,
ct_restrain)
`ct_restrain' must be a list of `Restrain' objects. |
|
|
|
|
set_restrain(self,
restrain_list)
`restrain_list' must be a list. |
|
|
|
|
clear_restrain(self)
Deletes all existing restraints. |
|
|
|
|
|
|
|
| set_atom_group(self,
atom_group) |
|
|
|
|
| merge_atom_group(self,
atom_group) |
|
|
|
|
| set_atom_group_from_asl(self,
asl,
group_name,
group_index) |
|
|
|
|
| merge_atom_group_from_asl(self,
asl,
group_name,
group_index) |
|
|
|
|
| delete_atom_group(self,
group_name) |
|
|
|
|
delete_all_atom_group(self,
exception=[]) |
|
|
|
|
get_vdw(self)
Returns the Vdw parameters for all atoms. |
|
|
|
|
|
|
|
|
|
|
| get_degrees_of_freedom(self) |
|
|
|
|
| fix_filenames(self,
cms_fname,
trj_fname=None) |
|
|
|
|
write(self,
fname)
Write the structure to a file, overwriting any previous content. |
|
|
|
|
|
|
Inherited from structure.Structure:
__eq__,
__getstate__,
__int__,
__ne__,
__repr__,
__setstate__,
addAtom,
addAtoms,
addBond,
addBonds,
adjust,
append,
applyStyle,
areBound,
atom,
bond,
chain,
closeBlockIfNecessary,
copy,
deleteAtoms,
deleteBond,
extend,
extract,
findResidue,
find_rings,
get3dStructure,
getAtomIndices,
getBond,
getChainAtoms,
getMoleculeAtoms,
getMovingAtoms,
getResidueAtoms,
getXYZ,
has3dCoords,
inRing,
isEquivalent,
measure,
merge,
molecule,
putToM2ioFile,
retype,
ring,
setXYZ,
update,
writeToString
Inherited from structure.Structure (private):
_createAtomContainer,
_createBondContainer,
_createProxy,
_createStructureChainIterator,
_createStructureMoleculeIterator,
_createStructureRingIterator,
_getAtomTotal,
_getFormalCharge,
_getManageHandle,
_getManualUpdate,
_getMolTotal,
_getStructureProperty,
_getStructureResidueIterator,
_getTitle,
_getTotalWeight,
_proxy,
_setManageHandle,
_setManualUpdate,
_setStructureProperty,
_setTitle
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|